ListChannelsResponse

  • The JSON representation of the ListChannelsResponse contains a list of channels and a token for retrieving the next page of results.

  • The channels field is an array of Channel objects, representing the list of channels.

  • The nextPageToken field is a string used to request the subsequent page of results in the ListChannels 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 ListChannels method to retrieve the next page of results.