state property

  1. @JsonKey(name: 'State', fromJson: _nullableRecordingJobState)
RecordingJobState? state
final

Provides the job state of the track. The valid values of state shall be “Idle”, “Active” and “Error”. If state equals “Error”, the Error field may be filled in with an implementation defined value.

Implementation

@JsonKey(name: 'State', fromJson: _nullableRecordingJobState)
final RecordingJobState? state;