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