PlacementStrategiesListResponse constructor

PlacementStrategiesListResponse({
  1. String? kind,
  2. String? nextPageToken,
  3. List<PlacementStrategy>? placementStrategies,
})

Implementation

PlacementStrategiesListResponse({
  this.kind,
  this.nextPageToken,
  this.placementStrategies,
});