AI-generated Key Takeaways
-
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 ofChannel
objects, representing the list of channels. -
The
nextPageToken
field is a string used to request the subsequent page of results in theListChannels
method.
JSON representation |
---|
{
"channels": [
{
object ( |
Fields | |
---|---|
channels[] |
The list of channels. This list will be absent if empty. |
nextPageToken |
A token to retrieve the next page of results. Pass this value in the |