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

Attributes

  • id (String.t): Unique identifier of this account. Defaults to: null.
  • kind (String.t): Kind of resource this is, in this case adsensehost#account. Defaults to: null.
  • name (String.t): Name of this account. Defaults to: null.
  • status (String.t): Approval status of this account. One of: PENDING, APPROVED, DISABLED. 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.AdSenseHost.V41.Model.Account{
  id: any(),
  kind: any(),
  name: any(),
  status: 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.