View Source GoogleApi.AdSenseHost.V41.Model.Account (google_api_ad_sense_host v0.14.0)

Attributes

  • id (type: String.t, default: nil) - Unique identifier of this account.
  • kind (type: String.t, default: adsensehost#account) - Kind of resource this is, in this case adsensehost#account.
  • name (type: String.t, default: nil) - Name of this account.
  • status (type: String.t, default: nil) - Approval status of this account. One of: PENDING, APPROVED, DISABLED.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSenseHost.V41.Model.Account{
  id: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.