ListSuppressedDestinationsResponse constructor

ListSuppressedDestinationsResponse({
  1. String? nextToken,
  2. List<SuppressedDestinationSummary>? suppressedDestinationSummaries,
})

Implementation

ListSuppressedDestinationsResponse({
  this.nextToken,
  this.suppressedDestinationSummaries,
});