Represents a queue.
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ✅ | The queue identifier. This is automatically generated and assigned when the queue is created. |
name | str | ✅ | The queue name. This must be unique within the project. |
display_name | str | ✅ | The display name. This may be used as a more human-readable name. |
container_groups | List[ContainerGroup] | ✅ | |
create_time | str | ✅ | The date and time the queue was created. |
update_time | str | ✅ | The date and time the queue was last updated. |
description | str | ❌ | The description. This may be used as a space for notes or other information about the queue. |