GoogleApi.AdSense.V14.Model.Account (google_api_ad_sense v0.14.0) View Source

Attributes

  • creation_time (type: String.t, default: nil) -
  • id (type: String.t, default: nil) - Unique identifier of this account.
  • kind (type: String.t, default: adsense#account) - Kind of resource this is, in this case adsense#account.
  • name (type: String.t, default: nil) - Name of this account.
  • premium (type: boolean(), default: nil) - Whether this account is premium.
  • subAccounts (type: list(GoogleApi.AdSense.V14.Model.Account.t), default: nil) - Sub accounts of the this account.
  • timezone (type: String.t, default: nil) - AdSense timezone of this account.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AdSense.V14.Model.Account{
  creation_time: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil,
  premium: boolean() | nil,
  subAccounts: [GoogleApi.AdSense.V14.Model.Account.t()] | nil,
  timezone: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.