OBJECT

StopCloudBroadcastPayload

Response to stop a Cloud broadcast.

link GraphQL Schema definition

1type StopCloudBroadcastPayload {
2
3# If the broadcast was successfully stopped, properties of that broadcast.
4broadcast: CloudBroadcast
5
6# Optional error associated with a failed attempt to stop a cloud broadcast.
7error: StopCloudBroadcastError
8
9}