Files
gitea-rs/crates/gitea-client/docs/Attachment.md
2026-03-20 16:24:40 +01:00

919 B

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] [Back to API list] [Back to README]