github.com/twilio/twilio-go@v1.20.1/rest/taskrouter/v1/docs/TaskrouterV1Worker.md (about)

     1  # TaskrouterV1Worker
     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 Worker resource. |
     8  **ActivityName** | Pointer to **string** | The `friendly_name` of the Worker's current Activity. |
     9  **ActivitySid** | Pointer to **string** | The SID of the Worker's current Activity. |
    10  **Attributes** | Pointer to **string** | The JSON string that describes the Worker. For example: `{ \"email\": \"Bob@example.com\", \"phone\": \"+5095551234\" }`. **Note** If this property has been assigned a value, it will only be displayed in FETCH actions that return a single resource. Otherwise, this property will be null, even if it has a value. This data is passed to the `assignment_callback_url` when TaskRouter assigns a Task to the Worker. |
    11  **Available** | Pointer to **bool** | Whether the Worker is available to perform tasks. |
    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  **DateStatusChanged** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT of the last change to the Worker's activity specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Used to calculate Workflow statistics. |
    14  **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. |
    15  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. Friendly names are case insensitive, and unique within the TaskRouter Workspace. |
    16  **Sid** | Pointer to **string** | The unique string that we created to identify the Worker resource. |
    17  **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the Worker. |
    18  **Url** | Pointer to **string** | The absolute URL of the Worker resource. |
    19  **Links** | Pointer to **map[string]interface{}** | The URLs of related resources. |
    20  
    21  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    22  
    23