google_api_ad_sense_host v0.4.0 GoogleApi.AdSenseHost.V41.Model.Account View Source

Attributes

  • id (type: String.t, default: nil) - Unique identifier of this account.
  • kind (type: String.t, default: adsensehost#account) - Kind of resource this is, in this case adsensehost#account.
  • name (type: String.t, default: nil) - Name of this account.
  • status (type: String.t, default: nil) - Approval status of this account. One of: PENDING, APPROVED, DISABLED.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AdSenseHost.V41.Model.Account{
  id: String.t(),
  kind: String.t(),
  name: String.t(),
  status: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.