# ProjectFeature
## Properties
**project_id** | Option<**i64**> | Project ID. | [optional]
**state** | Option<**String**> | State of the feature. | [optional]
**toggle_locked** | Option<**bool**> | Determines whether a feature can be toggled or not. | [optional]
**feature** | Option<**String**> | Feature's key. | [optional]
**feature_category** | Option<**String**> | Feature's category. | [optional]
**prerequisites** | Option<**Vec<String>**> | List of the keys of features required as prerequisites to enable this feature. | [optional]
**localised_name** | Option<**String**> | Name to display for this feature, localised. | [optional]
**localised_description** | Option<**String**> | Description to display for this feature, localised. | [optional]
**image_uri** | Option<**String**> | Uri to the image that should be used to display this feature. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)