View Source GoogleApi.AdSense.V2.Model.ListUrlChannelsResponse (google_api_ad_sense v0.17.1)
Response definition for the url channels list rpc.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Continuation token used to page through url channels. To retrieve the next page of the results, set the next request's "page_token" value to this. -
urlChannels
(type:list(GoogleApi.AdSense.V2.Model.UrlChannel.t)
, default:nil
) - The url channels returned in this list response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSense.V2.Model.ListUrlChannelsResponse{ nextPageToken: String.t() | nil, urlChannels: [GoogleApi.AdSense.V2.Model.UrlChannel.t()] | nil }