View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoAddress (google_api_integrations v0.4.0)
Email address along with optional name and tokens. These tokens will be substituted for the variables in the form of [{var_name}], where var_name could be any string of no more than 32 bytes.
Attributes
-
email
(type:String.t
, default:nil
) - Required. -
name
(type:String.t
, default:nil
) - -
tokens
(type:list(GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoToken.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoAddress{ email: String.t() | nil, name: String.t() | nil, tokens: [GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoToken.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.