GetServiceGraphResult constructor

GetServiceGraphResult({
  1. bool? containsOldGroupVersions,
  2. DateTime? endTime,
  3. String? nextToken,
  4. List<Service>? services,
  5. DateTime? startTime,
})

Implementation

GetServiceGraphResult({
  this.containsOldGroupVersions,
  this.endTime,
  this.nextToken,
  this.services,
  this.startTime,
});