ListChannelsResponse

  • Display & Video 360 API v1 has been sunset and is no longer supported.

  • The provided documentation details the JSON representation for listing channels, including the structure of the response and the fields it contains.

  • channels field provides a list of Channel objects while nextPageToken helps with retrieving subsequent pages of results when listing channels.

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.