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