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