Represents a reference to an agent queue.

interface AgentPoolQueueReference {
    alias?: string;
    id?: number;
}

Hierarchy (View Summary)

Properties

Properties

alias?: string

An alias to be used when referencing the resource.

id?: number

The ID of the queue.