ListDomainDeliverabilityCampaignsResponse class
An array of objects that provide deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.
Constructors
-
ListDomainDeliverabilityCampaignsResponse({required List<
DomainDeliverabilityCampaign> domainDeliverabilityCampaigns, String? nextToken}) -
ListDomainDeliverabilityCampaignsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
domainDeliverabilityCampaigns
→ List<
DomainDeliverabilityCampaign> -
An array of responses, one for each campaign that used the domain to send
email during the specified time range.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
A token that’s returned from a previous call to the
ListDomainDeliverabilityCampaigns
operation. This token indicates the position of the campaign in the list of campaigns.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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