Class IncidentConfigurationDataAttributesResponse

Attributes of an incident configuration in a response.

Hierarchy

  • IncidentConfigurationDataAttributesResponse

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 configuration was created.

executeIntegrations?: boolean

Whether integrations are executed for this incident.

executeNotificationRules?: boolean

Whether notification rules are executed for this incident.

incidentId: string

The incident identifier.

includeInAnalytics?: boolean

Whether this incident is included in analytics.

includeInSearch?: boolean

Whether this incident is included in search results.

modifiedAt: Date

Timestamp when the configuration was last modified.

Generated using TypeDoc