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