OBJECT

AdSlot

Defines ads management attributes for channel.

link GraphQL Schema definition

1type AdSlot {
2
3# Duration of Ads that will run.
4durationSeconds: Int!
5
6# Time when Ad will run.
7runAtTime: Time!
8
9}