GetDomainDeliverabilityCampaignResponse class
An object that contains all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for.
Constructors
- GetDomainDeliverabilityCampaignResponse({required DomainDeliverabilityCampaign domainDeliverabilityCampaign})
-
GetDomainDeliverabilityCampaignResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- domainDeliverabilityCampaign → DomainDeliverabilityCampaign
-
An object that contains the deliverability data for the campaign.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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