| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The unique identifier of the attachment | [optional] |
| title | string | The title of the attachment. If blank or not provided, the title will be derived from the file name. | [optional] |
| file_name | string | The file name of the attachment. | [optional] |
| type | string | The type of attachment. | [optional] |
| content_type | string | The content type of the attachment. | [optional] |
| content_type_meta | \OpenAPI\Client\Model\AttachmentContentTypeMeta | [optional] | |
| original_url | string | The url of the attachment. | [optional] |
| variants | \OpenAPI\Client\Model\AttachmentVariants | [optional] | |
| created_at | string | When the attachment was created. | [optional] |
| updated_at | string | When the attachment was last updated. | [optional] |