GoogleApi.AdSense.V2.Model.ListLinkedAdUnitsResponse (google_api_ad_sense v0.14.0) View Source

Response definition for the ad units linked to a custom channel list rpc.

Attributes

  • adUnits (type: list(GoogleApi.AdSense.V2.Model.AdUnit.t), default: nil) - The ad units returned in the list response.
  • nextPageToken (type: String.t, default: nil) - Continuation token used to page through ad units. To retrieve the next page of the results, set the next request's "page_token" 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.AdSense.V2.Model.ListLinkedAdUnitsResponse{
  adUnits: [GoogleApi.AdSense.V2.Model.AdUnit.t()] | nil,
  nextPageToken: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.