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