ListAdBreaksResponse

  • The AdBreakNotificationService.ListAdBreaks response returns a list of Ad Breaks and a token for retrieving the next page.

  • The adBreaks field contains a list of AdBreak objects that match the requested LiveStreamEvent.

  • The nextPageToken field is a string used to get the next page of results.

Response for AdBreakNotificationService.ListAdBreaks.

JSON representation
{
  "adBreaks": [
    {
      object (AdBreak)
    }
  ],
  "nextPageToken": string
}
Fields
adBreaks[]

object (AdBreak)

Output only. A list of Ad Breaks that match the LiveStreamEvent requested.

nextPageToken

string

A token that can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.