github.com/twilio/twilio-go@v1.20.1/rest/taskrouter/v1/docs/TaskrouterV1Task.md (about) 1 # TaskrouterV1Task 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 Task resource. | 8 **Age** | Pointer to **int** | The number of seconds since the Task was created. | 9 **AssignmentStatus** | Pointer to [**string**](TaskEnumStatus.md) | | 10 **Attributes** | Pointer to **string** | The JSON string with custom attributes of the work. **Note** If this property has been assigned a value, it will only be displayed in FETCH action that returns a single resource. Otherwise, it will be null. | 11 **Addons** | Pointer to **string** | An object that contains the [Add-on](https://www.twilio.com/docs/add-ons) data for all installed Add-ons. | 12 **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. | 13 **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. | 14 **TaskQueueEnteredDate** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Task entered the TaskQueue, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 15 **Priority** | Pointer to **int** | The current priority score of the Task as assigned to a Worker by the workflow. Tasks with higher priority values will be assigned before Tasks with lower values. | 16 **Reason** | Pointer to **string** | The reason the Task was canceled or completed, if applicable. | 17 **Sid** | Pointer to **string** | The unique string that we created to identify the Task resource. | 18 **TaskQueueSid** | Pointer to **string** | The SID of the TaskQueue. | 19 **TaskQueueFriendlyName** | Pointer to **string** | The friendly name of the TaskQueue. | 20 **TaskChannelSid** | Pointer to **string** | The SID of the TaskChannel. | 21 **TaskChannelUniqueName** | Pointer to **string** | The unique name of the TaskChannel. | 22 **Timeout** | Pointer to **int** | The amount of time in seconds that the Task can live before being assigned. | 23 **WorkflowSid** | Pointer to **string** | The SID of the Workflow that is controlling the Task. | 24 **WorkflowFriendlyName** | Pointer to **string** | The friendly name of the Workflow that is controlling the Task. | 25 **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the Task. | 26 **Url** | Pointer to **string** | The absolute URL of the Task resource. | 27 **Links** | Pointer to **map[string]interface{}** | The URLs of related resources. | 28 **VirtualStartTime** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT indicating the ordering for routing of the Task specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 29 30 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 31 32