Name | Type | Description | Notes |
---|---|---|---|
id | str | A unique identifier for an object. | [optional] [readonly] |
display_id | str, none_type | The display id of the file | [optional] |
name | str, none_type | The name of the file | [optional] |
mime_type | str, none_type | The MIME type of the file. | [optional] |
size | int, none_type | The size of the file in bytes | [optional] |
reference | AttachmentReference | [optional] | |
description | str, none_type | Optional description of the file | [optional] |
parent_folder_id | str, none_type | The folder id where this attachment belong to | [optional] |
updated_by | str, none_type | The user who last updated the object. | [optional] [readonly] |
created_by | str, none_type | The user who created the object. | [optional] [readonly] |
updated_at | datetime, none_type | The date and time when the object was last updated. | [optional] [readonly] |
created_at | datetime, none_type | The date and time when the object was created. | [optional] [readonly] |
pass_through | PassThroughBody | [optional] |