21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
# Attachment
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**CreatedAt** | [**time.Time**](time.Time.md) | | [optional] [default to null]
|
|
**UpdatedAt** | [**time.Time**](time.Time.md) | | [optional] [default to null]
|
|
**AttachableType** | [***AttachableType**](AttachableType.md) | | [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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|