PlacementGroupsListResponse constructor

PlacementGroupsListResponse({
  1. String? kind,
  2. String? nextPageToken,
  3. List<PlacementGroup>? placementGroups,
})

Implementation

PlacementGroupsListResponse({
  this.kind,
  this.nextPageToken,
  this.placementGroups,
});