Incident todo's attributes.

Hierarchy

  • IncidentTodoAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Array of todo assignees.

completed?: string

Timestamp when the todo was completed.

content: string

The follow-up task's content.

created?: Date

Timestamp when the incident todo was created.

dueDate?: string

Timestamp when the todo should be completed by.

incidentId?: string

UUID of the incident this todo is connected to.

modified?: Date

Timestamp when the incident todo was last modified.

Generated using TypeDoc