ListChannelsResponse

  • Display & Video 360 API v1 has been sunset.

  • The JSON representation of the response for listing channels includes a list of channel objects and an optional token for retrieving the next page of results.

  • The channels field contains a list of channel objects, which will be absent if the list is empty.

  • The nextPageToken field is a string token used to retrieve the next page of results in a subsequent call to the channels.list method.

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 channels.list method to retrieve the next page of results.