InboxPlacementTrackingOption class
An object that contains information about the inbox placement data settings for a verified domain that’s associated with your AWS account. This data is available only if you enabled the Deliverability dashboard for the domain.
Constructors
-
InboxPlacementTrackingOption({bool? global, List<
String> ? trackedIsps}) -
InboxPlacementTrackingOption.fromJson(Map<
String, dynamic> json) -
factory
Properties
- global → bool?
-
Specifies whether inbox placement data is being tracked for the domain.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trackedIsps
→ List<
String> ? -
An array of strings, one for each major email provider that the inbox
placement data applies to.
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