AI-generated Key Takeaways
-
The
AdBreakNotificationService.ListAdBreaksresponse returns a list of Ad Breaks and a token for retrieving the next page. -
The
adBreaksfield contains a list ofAdBreakobjects that match the requested LiveStreamEvent. -
The
nextPageTokenfield is a string used to get the next page of results.
Response for AdBreakNotificationService.ListAdBreaks.
| JSON representation |
|---|
{
"adBreaks": [
{
object ( |
| Fields | |
|---|---|
adBreaks[] |
Output only. A list of Ad Breaks that match the LiveStreamEvent requested. |
nextPageToken |
A token that can be sent as |