hi-jira2 0.0.1

Jira rest api v2
Documentation
# ApplicationProperty

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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]
**value** | Option<**String**> | The new value. | [optional]
**name** | Option<**String**> | The name of the application property. | [optional]
**desc** | Option<**String**> | The description of the application property. | [optional]
**_type** | Option<**String**> | The data type of the application property. | [optional]
**default_value** | Option<**String**> | The default value of the application property. | [optional]
**example** | Option<**String**> |  | [optional]
**allowed_values** | Option<**Vec<String>**> | The allowed values, if applicable. | [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)