ocs property
Implementation
RecordingStopResponseApplicationJson_OcsBuilder get ocs =>
_$this._ocs ??= RecordingStopResponseApplicationJson_OcsBuilder();
Implementation
set ocs(covariant RecordingStopResponseApplicationJson_OcsBuilder? ocs) => _$this._ocs = ocs;