INPUT_OBJECT

RecordingAssetInput

A recoding asset definition.

link GraphQL Schema definition

  • input RecordingAssetInput {
  • # The broadcast unique ID.
  • broadcastUniqueId: String!
  • # The broadcast recording ID.
  • broadcastRecordingId: String!
  • # The recording asset status.
  • status: ENUM_RECORDINGASSETSTATUS
  • # The files of the asset.
  • files: [String]!
  • }

link Require by