CreateEmailIdentityResponse constructor

CreateEmailIdentityResponse({
  1. DkimAttributes? dkimAttributes,
  2. IdentityType? identityType,
  3. bool? verifiedForSendingStatus,
})

Implementation

CreateEmailIdentityResponse({
  this.dkimAttributes,
  this.identityType,
  this.verifiedForSendingStatus,
});