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