src/api/task_service.ts
Properties |
caseLocked |
caseLocked:
|
Type : boolean | undefined
|
customFields |
customFields:
|
Type : literal type | undefined
|
displayName |
displayName:
|
Type : string | undefined
|
dueDate |
dueDate:
|
Type : Date | undefined
|
identifier |
identifier:
|
Type : string
|
name |
name:
|
Type : string | undefined
|
priority |
priority:
|
Type : number | undefined
|
required |
required:
|
Type : boolean | undefined
|
startDate |
startDate:
|
Type : Date | undefined
|
status |
status:
|
Type : string | undefined
|
timeoutDate |
timeoutDate:
|
Type : Date | undefined
|