GoogleApi.AdSensePlatform.V1alpha.Model.Site (google_api_ad_sense_platform v0.4.0)

View Source

Representation of a Site.

Attributes

  • domain (type: String.t, default: nil) - Domain/sub-domain of the site. Must be a valid domain complying with RFC 1035 and formatted as punycode RFC 3492 in case the domain contains unicode characters.
  • name (type: String.t, default: nil) - Output only. Resource name of a site. Format: platforms/{platform}/accounts/{account}/sites/{site}
  • state (type: String.t, default: nil) - Output only. State of a site.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSensePlatform.V1alpha.Model.Site{
  domain: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.