ListSuppressedDestinationsResponse class

A list of suppressed email addresses.

Constructors

ListSuppressedDestinationsResponse({String? nextToken, List<SuppressedDestinationSummary>? suppressedDestinationSummaries})
ListSuppressedDestinationsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A token that indicates that there are additional email addresses on the suppression list for your account. To view additional suppressed addresses, issue another request to ListSuppressedDestinations, and pass this token in the NextToken parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppressedDestinationSummaries List<SuppressedDestinationSummary>?
A list of summaries, each containing a summary for a suppressed email destination.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited