DomainDeliverabilityTrackingOption class

An object that contains information about the Deliverability dashboard subscription for a verified domain that you use to send email and currently has an active Deliverability dashboard subscription. If a Deliverability dashboard subscription is active for a domain, you gain access to reputation, inbox placement, and other metrics for the domain.

Constructors

DomainDeliverabilityTrackingOption({String? domain, InboxPlacementTrackingOption? inboxPlacementTrackingOption, DateTime? subscriptionStartDate})
DomainDeliverabilityTrackingOption.fromJson(Map<String, dynamic> json)
factory

Properties

domain String?
A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription.
final
hashCode int
The hash code for this object.
no setterinherited
inboxPlacementTrackingOption InboxPlacementTrackingOption?
An object that contains information about the inbox placement data settings for the domain.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionStartDate DateTime?
The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.
final

Methods

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

Operators

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