github.com/twilio/twilio-go@v1.20.1/rest/taskrouter/v1/docs/TaskrouterV1Activity.md (about) 1 # TaskrouterV1Activity 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 Activity resource. | 8 **Available** | Pointer to **bool** | Whether the Worker is eligible to receive a Task when it occupies the Activity. A value of `true`, `1`, or `yes` indicates the Activity is available. All other values indicate that it is not. The value cannot be changed after the Activity is created. | 9 **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. | 10 **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. | 11 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the Activity resource. | 12 **Sid** | Pointer to **string** | The unique string that we created to identify the Activity resource. | 13 **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the Activity. | 14 **Url** | Pointer to **string** | The absolute URL of the Activity resource. | 15 **Links** | Pointer to **map[string]interface{}** | | 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19