DescribeTargetGroupsOutput constructor
DescribeTargetGroupsOutput({
- String? nextMarker,
- List<
TargetGroup> ? targetGroups,
Implementation
DescribeTargetGroupsOutput({
this.nextMarker,
this.targetGroups,
});