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

     1  # TaskrouterV1WorkerChannel
     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  **AssignedTasks** | Pointer to **int** | The total number of Tasks assigned to Worker for the TaskChannel type. |
     9  **Available** | Pointer to **bool** | Whether the Worker should receive Tasks of the TaskChannel type. |
    10  **AvailableCapacityPercentage** | Pointer to **int** | The current percentage of capacity the TaskChannel has available. Can be a number between `0` and `100`. A value of `0` indicates that TaskChannel has no capacity available and a value of `100` means the  Worker is available to receive any Tasks of this TaskChannel type. |
    11  **ConfiguredCapacity** | Pointer to **int** | The current configured capacity for the WorkerChannel. TaskRouter will not create any reservations after the assigned Tasks for the Worker reaches the value. |
    12  **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. |
    13  **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. |
    14  **Sid** | Pointer to **string** | The unique string that we created to identify the WorkerChannel resource. |
    15  **TaskChannelSid** | Pointer to **string** | The SID of the TaskChannel. |
    16  **TaskChannelUniqueName** | Pointer to **string** | The unique name of the TaskChannel, such as `voice` or `sms`. |
    17  **WorkerSid** | Pointer to **string** | The SID of the Worker that contains the WorkerChannel. |
    18  **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the WorkerChannel. |
    19  **Url** | Pointer to **string** | The absolute URL of the WorkerChannel resource. |
    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