Values.GetIdentityMailFromDomainAttributesResponseSourceRepresents the custom MAIL FROM attributes for a list of identities.
type getIdentityMailFromDomainAttributesResult = {mailFromDomainAttributes : MailFromDomainAttributes.t option;A map of identities to custom MAIL FROM attributes.
*)}and t = {getIdentityMailFromDomainAttributesResult : getIdentityMailFromDomainAttributesResult;responseMetaData : responseMetaData;}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of Identity.t ]
* [> `Structure of
(string
* [> `Enum of string
| `String of MailFromDomainName.t ])
list ])
list ])
list ])
list ]