ListChannelsResponse

  • Display & Video 360 API v2 has sunset.

  • The JSON representation for listing channels includes an array of channel objects and a string for the next page token.

  • The channels field is a list of channel objects that is absent if empty.

  • The nextPageToken is a string used to retrieve the next page of results by passing its value in the pageToken field of the subsequent ListChannels method call.

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.