jira_v3_openapi 1.6.1

Jira Cloud platform REST API lib (OpenAPI document version: 1001.0.0-SNAPSHOT-af42c50d50804c2f1b8ad4bb80d52c53890867e2)
Documentation
# Field

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**contexts_count** | Option<**i64**> | Number of contexts where the field is used. | [optional]
**description** | Option<**String**> | The description of the field. | [optional]
**id** | **String** | The ID of the field. | 
**is_locked** | Option<**bool**> | Whether the field is locked. | [optional]
**is_unscreenable** | Option<**bool**> | Whether the field is shown on screen or not. | [optional]
**key** | Option<**String**> | The key of the field. | [optional]
**last_used** | Option<[**models::FieldLastUsed**]FieldLastUsed.md> |  | [optional]
**name** | **String** | The name of the field. | 
**projects_count** | Option<**i64**> | Number of projects where the field is used. | [optional]
**schema** | [**models::JsonTypeBean**]JsonTypeBean.md |  | 
**screens_count** | Option<**i64**> | Number of screens where the field is used. | [optional]
**searcher_key** | Option<**String**> | The searcher key of the field. Returned for custom fields. | [optional]
**stable_id** | Option<**String**> | The stable ID of the field. | [optional]
**type_display_name** | Option<**String**> | The display name of the field type | [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)