DeliverabilityTestReport constructor

DeliverabilityTestReport({
  1. DateTime? createDate,
  2. DeliverabilityTestStatus? deliverabilityTestStatus,
  3. String? fromEmailAddress,
  4. String? reportId,
  5. String? reportName,
  6. String? subject,
})

Implementation

DeliverabilityTestReport({
  this.createDate,
  this.deliverabilityTestStatus,
  this.fromEmailAddress,
  this.reportId,
  this.reportName,
  this.subject,
});