ocs property

Implementation

CollaborationResourcesSearchCollectionsResponseApplicationJson_OcsBuilder get ocs =>
    _$this._ocs ??= CollaborationResourcesSearchCollectionsResponseApplicationJson_OcsBuilder();

Implementation

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