GoogleApi.AdSense.V2.Model.ListLinkedCustomChannelsResponse (google_api_ad_sense v0.18.0)

View Source

Response definition for the custom channels linked to an adunit list rpc.

Attributes

  • customChannels (type: list(GoogleApi.AdSense.V2.Model.CustomChannel.t), default: nil) - The custom channels returned in this list response.
  • nextPageToken (type: String.t, default: nil) - Continuation token used to page through alerts. To retrieve the next page of the results, set the next request's "page_token" value to this.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSense.V2.Model.ListLinkedCustomChannelsResponse{
  customChannels: [GoogleApi.AdSense.V2.Model.CustomChannel.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.