IncidentTaskProperties interface
Describes the properties of an incident task
Properties
| created |
Information on the client (user or application) that made some action |
| created |
The time the task was created |
| description | The description of the task |
| last |
Information on the client (user or application) that made some action |
| last |
The last time the task was updated |
| status | The status of the task |
| title | The title of the task |
Property Details
createdBy
Information on the client (user or application) that made some action
createdBy?: ClientInfo
Property Value
createdTimeUtc
The time the task was created
createdTimeUtc?: Date
Property Value
Date
description
The description of the task
description?: string
Property Value
string
lastModifiedBy
Information on the client (user or application) that made some action
lastModifiedBy?: ClientInfo
Property Value
lastModifiedTimeUtc
The last time the task was updated
lastModifiedTimeUtc?: Date
Property Value
Date
status
The status of the task
status: string
Property Value
string
title
The title of the task
title: string
Property Value
string