Class IncidentConfigurationDataAttributesRequest

Attributes for creating an incident configuration.

Hierarchy

  • IncidentConfigurationDataAttributesRequest

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
executeIntegrations?: boolean

Whether to execute integrations for this incident.

executeNotificationRules?: boolean

Whether to execute notification rules for this incident.

includeInAnalytics?: boolean

Whether to include this incident in analytics.

includeInSearch?: boolean

Whether to include this incident in search results.

Generated using TypeDoc