# IssueTypeIssueCreateMetadata
## Properties
**param_self** | Option<**String**> | The URL of these issue type details. | [optional][readonly]
**id** | Option<**String**> | The ID of the issue type. | [optional][readonly]
**description** | Option<**String**> | The description of the issue type. | [optional][readonly]
**icon_url** | Option<**String**> | The URL of the issue type's avatar. | [optional][readonly]
**name** | Option<**String**> | The name of the issue type. | [optional][readonly]
**subtask** | Option<**bool**> | Whether this issue type is used to create subtasks. | [optional][readonly]
**avatar_id** | Option<**i64**> | The ID of the issue type's avatar. | [optional][readonly]
**entity_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Unique ID for next-gen projects. | [optional][readonly]
**hierarchy_level** | Option<**i32**> | Hierarchy level of the issue type. | [optional][readonly]
**scope** | Option<[**models::Scope**](Scope.md)> | Details of the next-gen projects the issue type is available in. | [optional][readonly]
**expand** | Option<**String**> | Expand options that include additional issue type metadata details in the response. | [optional][readonly]
**fields** | Option<[**std::collections::HashMap<String, models::FieldMetadata>**](FieldMetadata.md)> | List of the fields available when creating an issue for the issue type. | [optional][readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)