GetEmailIdentityResponse constructor

GetEmailIdentityResponse({
  1. DkimAttributes? dkimAttributes,
  2. bool? feedbackForwardingStatus,
  3. IdentityType? identityType,
  4. MailFromAttributes? mailFromAttributes,
  5. List<Tag>? tags,
  6. bool? verifiedForSendingStatus,
})

Implementation

GetEmailIdentityResponse({
  this.dkimAttributes,
  this.feedbackForwardingStatus,
  this.identityType,
  this.mailFromAttributes,
  this.tags,
  this.verifiedForSendingStatus,
});