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