hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# AttachmentArchiveItemReadable

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**path** | Option<**String**> | The path of the archive item. | [optional][readonly]
**index** | Option<**i64**> | The position of the item within the archive. | [optional][readonly]
**size** | Option<**String**> | The size of the archive item. | [optional][readonly]
**media_type** | Option<**String**> | The MIME type of the archive item. | [optional][readonly]
**label** | Option<**String**> | The label for the archive item. | [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)