View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoAddress (google_api_integrations v0.6.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.V1alpha.Model.EnterpriseCrmEventbusProtoToken.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoAddress{
  email: String.t() | nil,
  name: String.t() | nil,
  tokens:
    [GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoToken.t()]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.