IncidentTaskProperties interface

Describes the properties of an incident task

Properties

createdBy

Information on the client (user or application) that made some action

createdTimeUtc

The time the task was created

description

The description of the task

lastModifiedBy

Information on the client (user or application) that made some action

lastModifiedTimeUtc

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