ListPlacementsResponse constructor

ListPlacementsResponse({
  1. required List<PlacementSummary> placements,
  2. String? nextToken,
})

Implementation

ListPlacementsResponse({
  required this.placements,
  this.nextToken,
});