INPUT_OBJECT

RunMultiplayerAdsInput

Inputs for running multiplayer ads.

link GraphQL Schema definition

1input RunMultiplayerAdsInput {
4
2# ID of the channel the ads will run on.
3channelID: ID!
7
5# How long the multiplayer ad should run for.
6desiredAdDurationSeconds: Int
10
8# The ID of the ad offers to run.
9offerIDs: [ID!]!
11}