GetEmailIdentityResponse constructor

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

Implementation

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