ocs property

Implementation

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

Implementation

set ocs(covariant UnifiedSearchSearchResponseApplicationJson_OcsBuilder? ocs) => _$this._ocs = ocs;