hi-jira2 0.0.1

Jira rest api v2
Documentation
# Attachment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_self** | Option<**String**> | The URL of the attachment details response. | [optional][readonly]
**id** | Option<**String**> | The ID of the attachment. | [optional][readonly]
**filename** | Option<**String**> | The file name of the attachment. | [optional][readonly]
**author** | Option<[**crate::models::UserDetails**]UserDetails.md> | Details of the user who added the attachment. | [optional][readonly]
**created** | Option<**String**> | The datetime the attachment was created. | [optional][readonly]
**size** | Option<**i64**> | The size of the attachment. | [optional][readonly]
**mime_type** | Option<**String**> | The MIME type of the attachment. | [optional][readonly]
**content** | Option<**String**> | The content of the attachment. | [optional][readonly]
**thumbnail** | Option<**String**> | The URL of a thumbnail representing the attachment. | [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)