ListPlacementsResponse constructor
ListPlacementsResponse({
- required List<
PlacementSummary> placements, - String? nextToken,
Implementation
ListPlacementsResponse({
required this.placements,
this.nextToken,
});