GetEmailIdentityResponse constructor
GetEmailIdentityResponse({
- DkimAttributes? dkimAttributes,
- bool? feedbackForwardingStatus,
- IdentityType? identityType,
- MailFromAttributes? mailFromAttributes,
- List<
Tag> ? tags, - bool? verifiedForSendingStatus,
Implementation
GetEmailIdentityResponse({
this.dkimAttributes,
this.feedbackForwardingStatus,
this.identityType,
this.mailFromAttributes,
this.tags,
this.verifiedForSendingStatus,
});