DomainDeliverabilityCampaign constructor

DomainDeliverabilityCampaign({
  1. String? campaignId,
  2. double? deleteRate,
  3. List<String>? esps,
  4. DateTime? firstSeenDateTime,
  5. String? fromAddress,
  6. String? imageUrl,
  7. int? inboxCount,
  8. DateTime? lastSeenDateTime,
  9. int? projectedVolume,
  10. double? readDeleteRate,
  11. double? readRate,
  12. List<String>? sendingIps,
  13. int? spamCount,
  14. String? subject,
})

Implementation

DomainDeliverabilityCampaign({
  this.campaignId,
  this.deleteRate,
  this.esps,
  this.firstSeenDateTime,
  this.fromAddress,
  this.imageUrl,
  this.inboxCount,
  this.lastSeenDateTime,
  this.projectedVolume,
  this.readDeleteRate,
  this.readRate,
  this.sendingIps,
  this.spamCount,
  this.subject,
});