CreateEmailIdentityResponse constructor
CreateEmailIdentityResponse({
- DkimAttributes? dkimAttributes,
- IdentityType? identityType,
- bool? verifiedForSendingStatus,
Implementation
CreateEmailIdentityResponse({
this.dkimAttributes,
this.identityType,
this.verifiedForSendingStatus,
});