Represents a routing rule, including its attributes, relationships, and unique identifier.

Hierarchy

  • RoutingRule

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

Defines the configurable attributes of a routing rule, such as actions, query, time restriction, and urgency.

id?: string

Specifies the unique identifier of this routing rule.

relationships?: RoutingRuleRelationships

Specifies relationships for a routing rule, linking to associated policy resources.

Team routing rules resource type.

Generated using TypeDoc