# Functions
New creates a new instance of the task queues client.
# Structs
Client for managing task queue resources See https://www.twilio.com/docs/taskrouter/api/task-queue for more details.
ClientProperties are the properties required to manage the task queues resources.
CreateTaskQueueInput defines the input fields for creating a new task queue resource.
CreateTaskQueueResponse defines the response fields for the created task queue.
No description provided by the author
No description provided by the author
TaskQueuesPage defines the fields for the page The CurrentPage and Error fields can be used to access the PageTaskQueueResponse or error that is returned from the api call(s).
TaskQueuesPageOptions defines the query options for the api operation.
TaskQueuesPageResponse defines the response fields for the task queues page.
TaskQueuesPaginator defines the fields for makings paginated api calls TaskQueues is an array of taskqueues that have been returned from all of the page calls.