OBJECT

DisablePrerollsFreeTime

Disable Prerolls Free Time maps the relationship between a specific midroll length and amount of preroll-free time earned for a channel.

link GraphQL Schema definition

1type DisablePrerollsFreeTime {
2
3# The length (in seconds) of a midroll ad.
4midrollLengthSeconds: Int!
5
6# The amount of preroll-free time (in seconds) earned on this channel for running
7# midroll of related length.
8prerollFreeTimeSeconds: Int!
9
10}