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