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