View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailExtendedData (google_api_content_warehouse v0.4.0)
Extension data for a person email.
Attributes
-
internalExternal
(type:GoogleApi.ContentWarehouse.V1.Model.PeoplestackFlexorgsProtoInternalExternal.t
, default:nil
) - For use with the CUSTOMER_INFO_ADDITIONAL_DATA extension. This includes information on whether the given email is internal to or external to the requesting user's domain. -
isPlaceholder
(type:boolean()
, default:nil
) - For ListPeoplebyKnownId to indicate an email is sythesized from a lookup email. -
smtpServerSupportsTls
(type:boolean()
, default:nil
) - For use with the TLS extension. Whether the SMTP server that handles delivery for this email address supports TLS encryption. -
usesConfusingCharacters
(type:boolean()
, default:nil
) - For use with the Gmail Homograph Warning extension. Whether the email contains mixed character sets that could be used to decieve users. This field is populated by the GMAIL_SECURITY_DATA extension.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailExtendedData{ internalExternal: GoogleApi.ContentWarehouse.V1.Model.PeoplestackFlexorgsProtoInternalExternal.t() | nil, isPlaceholder: boolean() | nil, smtpServerSupportsTls: boolean() | nil, usesConfusingCharacters: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.