# ApplicationProperty ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **allowed_values** | Option<**Vec**> | The allowed values, if applicable. | [optional] **default_value** | Option<**String**> | The default value of the application property. | [optional] **desc** | Option<**String**> | The description of the application property. | [optional] **example** | Option<**String**> | | [optional] **id** | Option<**String**> | The ID of the application property. The ID and key are the same. | [optional] **key** | Option<**String**> | The key of the application property. The ID and key are the same. | [optional] **name** | Option<**String**> | The name of the application property. | [optional] **r#type** | Option<**String**> | The data type of the application property. | [optional] **value** | Option<**String**> | The new value. | [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)