Skip to main content

Interface: $Properties

v1.TaskQueue.$Properties

Properties of a TaskQueue.

Hierarchy

Properties

kind

Optional kind: null | TaskQueueKind

Default: TASK_QUEUE_KIND_NORMAL.


name

Optional name: null | string

TaskQueue name


normalName

Optional normalName: null | string

Iff kind == TASK_QUEUE_KIND_STICKY, then this field contains the name of the normal task queue that the sticky worker is running on.