ocs property

Implementation

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

Implementation

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