mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
13 lines
712 B
Markdown
13 lines
712 B
Markdown
# Attachment
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**browserDownloadUrl** | **String** | DownloadURL is the URL to download the attachment | [optional]
|
|
**createdAt** | [**Date**](Date.md) | | [optional]
|
|
**downloadCount** | **Long** | DownloadCount is the number of times the attachment has been downloaded | [optional]
|
|
**id** | **Long** | ID is the unique identifier for the attachment | [optional]
|
|
**name** | **String** | Name is the filename of the attachment | [optional]
|
|
**size** | **Long** | Size is the file size in bytes | [optional]
|
|
**uuid** | **String** | UUID is the unique identifier for the attachment file | [optional]
|