PlacementGroupsListResponse constructor
PlacementGroupsListResponse({
- String? kind,
- String? nextPageToken,
- List<
PlacementGroup> ? placementGroups,
Implementation
PlacementGroupsListResponse({
this.kind,
this.nextPageToken,
this.placementGroups,
});