DescribeTargetGroupsOutput constructor

DescribeTargetGroupsOutput({
  1. String? nextMarker,
  2. List<TargetGroup>? targetGroups,
})

Implementation

DescribeTargetGroupsOutput({
  this.nextMarker,
  this.targetGroups,
});