INPUT_OBJECT

SetAutoAdDensityInput

Sets the auto ad density for the channel.

link GraphQL Schema definition

1input SetAutoAdDensityInput {
4
2# Input for auto ad length seconds.
3autoAdLengthSeconds: Int!
7
5# Input for auto ad period minutes.
6autoAdPeriodMinutes: Int!
10
8# Input for target ID of channel.
9targetChannelID: ID!
11}