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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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: [t()] | nil,
  timezone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.