GoogleApi.DFAReporting.V4.Model.AccountActiveAdSummary (google_api_dfa_reporting v0.31.0)

View Source

Gets a summary of active ads in an account.

Attributes

  • accountId (type: String.t, default: nil) - ID of the account.
  • activeAds (type: String.t, default: nil) - Ads that have been activated for the account
  • activeAdsLimitTier (type: String.t, default: nil) - Maximum number of active ads allowed for the account.
  • availableAds (type: String.t, default: nil) - Ads that can be activated for the account.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountActiveAdSummary".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.AccountActiveAdSummary{
  accountId: String.t() | nil,
  activeAds: String.t() | nil,
  activeAdsLimitTier: String.t() | nil,
  availableAds: String.t() | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.