OBJECT

SetAutoAdDensityPayload

Shows the newly updated values for autoad settings.

link GraphQL Schema definition

1type SetAutoAdDensityPayload {
2
3# The user whose channels ad density was set.
4autoAdLengthSeconds: Int
5
6# Auto ad period minutes.
7autoAdPeriodMinutes: Int
8
9# Input for target ID of channel.
10targetChannelID: ID
11
12}