OBJECT

RunMultiplayerAdsPayload

The response after running multiplayer ads.

link GraphQL Schema definition

1type RunMultiplayerAdsPayload {
2
3# The error that has occurred.
4# Null if the operation is successful.
5error: RunMultiplayerAdErrorCode
6
7}