# TheJiraCloudPlatformRestApi.ProjectScopeBean

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attributes** | **[String]** | Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field&#x27;s value. This is useful for archiving an option that has previously been selected but shouldn&#x27;t be used anymore.If defaultValue is set, the option is selected by default. | [optional] 
**id** | **Number** | The ID of the project that the option&#x27;s behavior applies to. | [optional] 

<a name="[AttributesEnum]"></a>
## Enum: [AttributesEnum]

* `notSelectable` (value: `"notSelectable"`)
* `defaultValue` (value: `"defaultValue"`)

