AI-generated Key Takeaways
-
The JSON representation of the
ListChannelsResponsecontains a list of channels and a token for retrieving the next page of results. -
The
channelsfield is an array ofChannelobjects, representing the list of channels. -
The
nextPageTokenfield is a string used to request the subsequent page of results in theListChannelsmethod.
| 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 |