View Source GoogleApi.CloudSearch.V1.Model.EmailAddress (google_api_cloud_search v0.23.0)

A person's email address.

Attributes

  • customType (type: String.t, default: nil) - If the value of type is custom, this property contains the custom type string.
  • emailAddress (type: String.t, default: nil) - The email address.
  • emailUrl (type: String.t, default: nil) - The URL to send email.
  • primary (type: boolean(), default: nil) - Indicates if this is the user's primary email. Only one entry can be marked as primary.
  • type (type: String.t, default: nil) - The type of the email account. Acceptable values are: "custom", "home", "other", "work".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.EmailAddress{
  customType: String.t() | nil,
  emailAddress: String.t() | nil,
  emailUrl: String.t() | nil,
  primary: boolean() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.