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