Class IncidentIntegrationMetadataAttributes

Incident integration metadata's attributes for a create request.

Hierarchy

  • IncidentIntegrationMetadataAttributes

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

Timestamp when the incident todo was created.

incidentId?: string

UUID of the incident this integration metadata is connected to.

integrationType: number

A number indicating the type of integration this metadata is for. 1 indicates Slack; 8 indicates Jira.

Incident integration metadata's metadata attribute.

modified?: Date

Timestamp when the incident todo was last modified.

status?: number

A number indicating the status of this integration metadata. 0 indicates unknown; 1 indicates pending; 2 indicates complete; 3 indicates manually created; 4 indicates manually updated; 5 indicates failed.

Generated using TypeDoc