google_api_ad_exchange_buyer v0.30.1 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 (type: list(GoogleApi.AdExchangeBuyer.V14.Model.Creative.t), default: nil) - A list of creatives.
  • kind (type: String.t, default: adexchangebuyer#creativesList) - Resource type.
  • nextPageToken (type: String.t, default: nil) - Continuation token used to page through creatives. To retrieve the next page of results, set the next request's "pageToken" value to this.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativesList{
  items: [GoogleApi.AdExchangeBuyer.V14.Model.Creative.t()],
  kind: String.t(),
  nextPageToken: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.