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