Incident type's attributes for updates.

Hierarchy

  • IncidentTypeUpdateAttributes

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
createdAt?: Date

Timestamp when the incident type was created.

createdBy?: string

A unique identifier that represents the user that created the incident type.

description?: string

Text that describes the incident type.

isDefault?: boolean

When true, this incident type will be used as the default type when an incident type is not specified.

lastModifiedBy?: string

A unique identifier that represents the user that last modified the incident type.

modifiedAt?: Date

Timestamp when the incident type was last modified.

name?: string

The name of the incident type.

prefix?: string

The string that will be prepended to the incident title across the Datadog app.

Generated using TypeDoc