github.com/twilio/twilio-go@v1.20.1/rest/taskrouter/v1/docs/TaskrouterV1TaskQueue.md (about) 1 # TaskrouterV1TaskQueue 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskQueue resource. | 8 **AssignmentActivitySid** | Pointer to **string** | The SID of the Activity to assign Workers when a task is assigned for them. | 9 **AssignmentActivityName** | Pointer to **string** | The name of the Activity to assign Workers when a task is assigned for them. | 10 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 11 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 12 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 13 **MaxReservedWorkers** | Pointer to **int** | The maximum number of Workers to reserve for the assignment of a task in the queue. Can be an integer between 1 and 50, inclusive and defaults to 1. | 14 **ReservationActivitySid** | Pointer to **string** | The SID of the Activity to assign Workers once a task is reserved for them. | 15 **ReservationActivityName** | Pointer to **string** | The name of the Activity to assign Workers once a task is reserved for them. | 16 **Sid** | Pointer to **string** | The unique string that we created to identify the TaskQueue resource. | 17 **TargetWorkers** | Pointer to **string** | A string describing the Worker selection criteria for any Tasks that enter the TaskQueue. For example `'\"language\" == \"spanish\"'` If no TargetWorkers parameter is provided, Tasks will wait in the TaskQueue until they are either deleted or moved to another TaskQueue. Additional examples on how to describing Worker selection criteria below. Defaults to 1==1. | 18 **TaskOrder** | Pointer to [**string**](TaskQueueEnumTaskOrder.md) | | 19 **Url** | Pointer to **string** | The absolute URL of the TaskQueue resource. | 20 **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the TaskQueue. | 21 **Links** | Pointer to **map[string]interface{}** | The URLs of related resources. | 22 23 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 24 25