google_api_ad_sense v0.2.0 GoogleApi.AdSense.V14.Model.Account View Source

Attributes

  • creation_time (String.t): Defaults to: null.
  • id (String.t): Unique identifier of this account. Defaults to: null.
  • kind (String.t): Kind of resource this is, in this case adsense#account. Defaults to: null.
  • name (String.t): Name of this account. Defaults to: null.
  • premium (boolean()): Whether this account is premium. Defaults to: null.
  • subAccounts ([Account]): Sub accounts of the this account. Defaults to: null.
  • timezone (String.t): AdSense timezone of this account. Defaults to: null.

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: any(),
  id: any(),
  kind: any(),
  name: any(),
  premium: any(),
  subAccounts: [GoogleApi.AdSense.V14.Model.Account.t()],
  timezone: any()
}

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.