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