View Source GoogleApi.AdExchangeBuyer.V14.Model.CreativesList (google_api_ad_exchange_buyer v0.41.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.