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

     1  # TaskrouterV1TaskChannel
     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 Channel 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  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
    11  **Sid** | Pointer to **string** | The unique string that we created to identify the Task Channel resource. |
    12  **UniqueName** | Pointer to **string** | An application-defined string that uniquely identifies the Task Channel, such as `voice` or `sms`. |
    13  **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the Task Channel. |
    14  **ChannelOptimizedRouting** | Pointer to **bool** | Whether the Task Channel will prioritize Workers that have been idle. When `true`, Workers that have been idle the longest are prioritized. |
    15  **Url** | Pointer to **string** | The absolute URL of the Task Channel resource. |
    16  **Links** | Pointer to **map[string]interface{}** | The URLs of related resources. |
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20