google_api_ad_sense v0.4.0 GoogleApi.AdSense.V14.Model.Account 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

Link to this type

t() View Source
t() :: %GoogleApi.AdSense.V14.Model.Account{
  creation_time: String.t(),
  id: String.t(),
  kind: String.t(),
  name: String.t(),
  premium: boolean(),
  subAccounts: [GoogleApi.AdSense.V14.Model.Account.t()],
  timezone: 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.