ListChannelsResponse

  • The JSON response for listing channels includes an array of Channel objects and a nextPageToken for pagination.

  • channels field contains a list of Channel objects, representing the advertiser's channels.

  • nextPageToken is used to retrieve subsequent pages of channel results if available.

JSON representation
{
  "channels": [
    {
      object (Channel)
    }
  ],
  "nextPageToken": string
}
Fields
channels[]

object (Channel)

The list of channels.

This list will be absent if empty.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the pageToken field in the subsequent call to ListChannels method to retrieve the next page of results.