GetDeliverabilityDashboardOptionsResponse class

An object that shows the status of the Deliverability dashboard for your Amazon Pinpoint account.

Constructors

GetDeliverabilityDashboardOptionsResponse({required bool dashboardEnabled, DeliverabilityDashboardAccountStatus? accountStatus, List<DomainDeliverabilityTrackingOption>? activeSubscribedDomains, List<DomainDeliverabilityTrackingOption>? pendingExpirationSubscribedDomains, DateTime? subscriptionExpiryDate})
GetDeliverabilityDashboardOptionsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

accountStatus DeliverabilityDashboardAccountStatus?
The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION, your subscription is scheduled to expire at the end of the current calendar month.
final
activeSubscribedDomains List<DomainDeliverabilityTrackingOption>?
An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.
final
dashboardEnabled bool
Specifies whether the Deliverability dashboard is enabled for your Amazon Pinpoint account. If this value is true, the dashboard is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
pendingExpirationSubscribedDomains List<DomainDeliverabilityTrackingOption>?
An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionExpiryDate DateTime?
The date, in Unix time format, when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isn’t due to expire at the end of the month.
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