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