OBJECT

UpdateAdPropertiesPayload

Output from the updateAdProperties mutation.

link GraphQL Schema definition

1type UpdateAdPropertiesPayload {
2
3# User/channel to update the ad settings.
4targetUser: User
5
6}