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