ListPublishingDestinationsResponse constructor

ListPublishingDestinationsResponse({
  1. required List<Destination> destinations,
  2. String? nextToken,
})

Implementation

ListPublishingDestinationsResponse({
  required this.destinations,
  this.nextToken,
});