go-firefly3/docs/Attachment.md
2024-05-11 14:45:50 +03:00

1.1 KiB

Attachment

Properties

Name Type Description Notes
CreatedAt time.Time [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]
AttachableType *AttachableType [default to null]
AttachableId string ID of the model this attachment is linked to. [default to null]
Md5 string MD5 hash of the file for basic duplicate detection. [optional] [default to null]
Filename string [default to null]
DownloadUrl string [optional] [default to null]
UploadUrl string [optional] [default to null]
Title string [optional] [default to null]
Notes string [optional] [default to null]
Mime string [optional] [default to null]
Size int32 [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]