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