ListSuppressedDestinationsResponse constructor
ListSuppressedDestinationsResponse({
- String? nextToken,
- List<
SuppressedDestinationSummary> ? suppressedDestinationSummaries,
Implementation
ListSuppressedDestinationsResponse({
this.nextToken,
this.suppressedDestinationSummaries,
});