GoogleApi.DFAReporting.V34.Model.SiteContact (google_api_dfa_reporting v0.31.0)

View Source

Site Contact

Attributes

  • address (type: String.t, default: nil) - Address of this site contact.
  • contactType (type: String.t, default: nil) - Site contact type.
  • email (type: String.t, default: nil) - Email address of this site contact. This is a required field.
  • firstName (type: String.t, default: nil) - First name of this site contact.
  • id (type: String.t, default: nil) - ID of this site contact. This is a read-only, auto-generated field.
  • lastName (type: String.t, default: nil) - Last name of this site contact.
  • phone (type: String.t, default: nil) - Primary phone number of this site contact.
  • title (type: String.t, default: nil) - Title or designation of this site contact.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.SiteContact{
  address: String.t() | nil,
  contactType: String.t() | nil,
  email: String.t() | nil,
  firstName: String.t() | nil,
  id: String.t() | nil,
  lastName: String.t() | nil,
  phone: String.t() | nil,
  title: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.