ListChannelsResponse

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.