Class IncidentResponderCreatedTriggerWrapper

Schema for an incident responder created trigger.

Hierarchy

  • IncidentResponderCreatedTriggerWrapper

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
incidentResponderCreatedTrigger: IncidentResponderCreatedTrigger

Trigger a workflow when a responder is created for an incident.

startStepNames?: string[]

Names of existing workflow steps that run first after a trigger fires.

Generated using TypeDoc