View Source GoogleApi.AdSensePlatform.V1alpha.Model.Address (google_api_ad_sense_platform v0.3.0)

Address data.

Attributes

  • address1 (type: String.t, default: nil) - First line of address. Max length 64 bytes or 30 characters.
  • address2 (type: String.t, default: nil) - Second line of address. Max length 64 bytes or 30 characters.
  • city (type: String.t, default: nil) - City. Max length 60 bytes or 30 characters.
  • company (type: String.t, default: nil) - Name of the company. Max length 255 bytes or 34 characters.
  • contact (type: String.t, default: nil) - Contact name of the company. Max length 128 bytes or 34 characters.
  • fax (type: String.t, default: nil) - Fax number with international code (i.e. +441234567890).
  • phone (type: String.t, default: nil) - Phone number with international code (i.e. +441234567890).
  • regionCode (type: String.t, default: nil) - Country/Region code. The region is specified as a CLDR region code (e.g. "US", "FR").
  • state (type: String.t, default: nil) - State. Max length 60 bytes or 30 characters.
  • zip (type: String.t, default: nil) - Zip/post code. Max length 10 bytes or 10 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSensePlatform.V1alpha.Model.Address{
  address1: String.t() | nil,
  address2: String.t() | nil,
  city: String.t() | nil,
  company: String.t() | nil,
  contact: String.t() | nil,
  fax: String.t() | nil,
  phone: String.t() | nil,
  regionCode: String.t() | nil,
  state: String.t() | nil,
  zip: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.