google_api_ad_exchange_buyer v0.11.0 GoogleApi.AdExchangeBuyer.V14.Model.Budget View Source

The configuration data for Ad Exchange RTB - Budget API.

Attributes

  • accountId (String.t): The id of the account. This is required for get and update requests. Defaults to: null.
  • billingId (String.t): The billing id to determine which adgroup to provide budget information for. This is required for get and update requests. Defaults to: null.
  • budgetAmount (String.t): The daily budget amount in unit amount of the account currency to apply for the billingId provided. This is required for update requests. Defaults to: null.
  • currencyCode (String.t): The currency code for the buyer. This cannot be altered here. Defaults to: null.
  • id (String.t): The unique id that describes this item. Defaults to: null.
  • kind (String.t): The kind of the resource, i.e. "adexchangebuyer#budget". 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.AdExchangeBuyer.V14.Model.Budget{
  accountId: any(),
  billingId: any(),
  budgetAmount: any(),
  currencyCode: any(),
  id: any(),
  kind: 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.