| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ||
| job_id | str | ||
| job_type | BackgroundJobType | ||
| state | BackgroundJobState | ||
| is_deleted | bool | ||
| progress | int | ||
| created_date | datetime | ||
| attachments | [BackgroundJobAttachmentModel] | ||
| start_date | datetime, none_type | [optional] | |
| end_date | datetime, none_type | [optional] | |
| error | str, none_type | [optional] |