Class IntegrationOnCallEscalationQueriesItemsTarget

The target recipient for an On-Call escalation query.

Hierarchy

  • IntegrationOnCallEscalationQueriesItemsTarget

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

Whether to use dynamic team paging for escalation.

teamId?: string

The identifier of the team to escalate to.

userId?: string

The identifier of the user to escalate to.

Generated using TypeDoc