The Attachment Object ### Description The Attachment object is used to represent a attachment for a candidate. ### Usage Example Fetch from the LIST Attachments endpoint and view attachments accessible by a company.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | [optional] [readonly] | |
| remote_id | str, none_type | The third-party API ID of the matching object. | [optional] |
| file_name | str, none_type | The attachment's name. | [optional] |
| file_url | str, none_type | The attachment's url. | [optional] |
| candidate | str, none_type | [optional] | |
| attachment_type | object, none_type | The attachment's type. | [optional] |
| remote_data | [RemoteData], none_type | [optional] [readonly] | |
| remote_was_deleted | bool | [optional] [readonly] |