OBJECT

CloudBroadcastProviderKey

A cloud broadcast provider id.

link GraphQL Schema definition

1type CloudBroadcastProviderKey {
2
3# The friendly display name of the provider.
4displayName: String!
5
6# The logical id of the provider, for interacting with providers.
7id: ID!
8
9}