Represents the top-level data object for team routing rules, containing the ID, relationships, and resource type.

Hierarchy

  • TeamRoutingRulesData

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
id?: string

Specifies the unique identifier of this team routing rules record.

Specifies relationships for team routing rules, including rule references.

Team routing rules resource type.

Generated using TypeDoc