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