AI-generated Key Takeaways
-
Display & Video 360 API v1 has been sunset.
-
The JSON representation of the response for listing channels includes a list of channel objects and an optional token for retrieving the next page of results.
-
The
channels
field contains a list of channel objects, which will be absent if the list is empty. -
The
nextPageToken
field is a string token used to retrieve the next page of results in a subsequent call to thechannels.list
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 |