18 lines
919 B
Markdown
18 lines
919 B
Markdown
# Attachment
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**browser_download_url** | Option<**String**> | DownloadURL is the URL to download the attachment | [optional]
|
|
**created_at** | Option<**String**> | | [optional]
|
|
**download_count** | Option<**i64**> | DownloadCount is the number of times the attachment has been downloaded | [optional]
|
|
**id** | Option<**i64**> | ID is the unique identifier for the attachment | [optional]
|
|
**name** | Option<**String**> | Name is the filename of the attachment | [optional]
|
|
**size** | Option<**i64**> | Size is the file size in bytes | [optional]
|
|
**uuid** | Option<**String**> | UUID is the unique identifier for the attachment file | [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)
|
|
|
|
|