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 |
|---|---|---|---|
| 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] |
| integration_params | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | [optional] | |
| linked_account_params | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | [optional] |