source property

  1. @JsonKey(name: 'Source')
RecordingSourceInformation source
final

Information about the source of the recording. This gives a description of where the data in the recording comes from. Since a single recording is intended to record related material, there is just one source. It is indicates the physical location or the major data source for the recording. Currently the RecordingConfiguration cannot describe each individual data source.

Implementation

@JsonKey(name: 'Source')
final RecordingSourceInformation source;