github.com/twilio/twilio-go@v1.20.1/rest/taskrouter/v1/docs/TaskrouterV1Workspace.md (about) 1 # TaskrouterV1Workspace 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 Workspace resource. | 8 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 9 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 10 **DefaultActivityName** | Pointer to **string** | The name of the default activity. | 11 **DefaultActivitySid** | Pointer to **string** | The SID of the Activity that will be used when new Workers are created in the Workspace. | 12 **EventCallbackUrl** | Pointer to **string** | The URL we call when an event occurs. If provided, the Workspace will publish events to this URL, for example, to collect data for reporting. See [Workspace Events](https://www.twilio.com/docs/taskrouter/api/event) for more information. This parameter supports Twilio's [Webhooks (HTTP callbacks) Connection Overrides](https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides). | 13 **EventsFilter** | Pointer to **string** | The list of Workspace events for which to call `event_callback_url`. For example, if `EventsFilter=task.created, task.canceled, worker.activity.update`, then TaskRouter will call event_callback_url only when a task is created, canceled, or a Worker activity is updated. | 14 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the Workspace resource. For example `Customer Support` or `2014 Election Campaign`. | 15 **MultiTaskEnabled** | Pointer to **bool** | Whether multi-tasking is enabled. The default is `true`, which enables multi-tasking. Multi-tasking allows Workers to handle multiple Tasks simultaneously. When enabled (`true`), each Worker can receive parallel reservations up to the per-channel maximums defined in the Workers section. In single-tasking each Worker would only receive a new reservation when the previous task is completed. Learn more at [Multitasking](https://www.twilio.com/docs/taskrouter/multitasking). | 16 **Sid** | Pointer to **string** | The unique string that we created to identify the Workspace resource. | 17 **TimeoutActivityName** | Pointer to **string** | The name of the timeout activity. | 18 **TimeoutActivitySid** | Pointer to **string** | The SID of the Activity that will be assigned to a Worker when a Task reservation times out without a response. | 19 **PrioritizeQueueOrder** | Pointer to [**string**](WorkspaceEnumQueueOrder.md) | | 20 **Url** | Pointer to **string** | The absolute URL of the Workspace resource. | 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