| Name | Type | Description | Notes |
|---|---|---|---|
| created_at | datetime | created time of task | |
| cve_id | str | CVE ID of task | |
| id | int | ID of task | |
| ignore | bool | Ignore of task | |
| priority | str | Priority of task | |
| server_id | int | ServerID of task | |
| status | str | Status of task | |
| updated_at | datetime | updated time of task | |
| applying_patch_on | date | ApplyingPatchOn of task | [optional] |
| ignore_until | str | Ignore until of task | [optional] |
| main_user_id | int | MainUserID of task | [optional] |
| main_user_name | str | MainUserName of task | [optional] |
| sub_user_id | int | SubUserID of task | [optional] |
| sub_user_name | str | SubUserName of task | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |