google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V14.Model.CreativesList View Source

The creatives feed lists the active creatives for the Ad Exchange buyer accounts that the user has access to. Each entry in the feed corresponds to a single creative.

Attributes

  • items (list(GoogleApi.AdExchangeBuyer.V14.Model.Creative.t)): A list of creatives. Defaults to nil.
  • kind (String.t): Resource type. Defaults to adexchangebuyer#creativesList.
  • nextPageToken (String.t): Continuation token used to page through creatives. To retrieve the next page of results, set the next request's "pageToken" value to this. Defaults to nil.

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.CreativesList{
  items: [GoogleApi.AdExchangeBuyer.V14.Model.Creative.t()],
  kind: String.t(),
  nextPageToken: String.t()
}

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.