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