Files
tea4j-autodeploy/docs/Attachment.md
T
2026-07-02 00:02:13 +00:00

13 lines
764 B
Markdown

# Attachment
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**browserDownloadUrl** | **String** | DownloadURL is the URL to download the attachment | [optional]
**createdAt** | [**Date**](Date.md) | Created is the time when the attachment was uploaded | [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]