ENUM

AdrollType

The type of ad break being requested.

link GraphQL Schema definition

1enum AdrollType {
2
3# Ad that runs prior to seeing a stream/vod.
4PREROLL
5
6# Ad that runs in the middle of a stream/vod.
7MIDROLL
8
9# Ad that runs after a stream/vod.
10POSTROLL
11}