github.com/twilio/twilio-go@v1.20.1/rest/taskrouter/v1/docs/TaskrouterV1WorkersRealTimeStatistics.md (about) 1 # TaskrouterV1WorkersRealTimeStatistics 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 **ActivityStatistics** | Pointer to **[]interface{}** | The number of current Workers by Activity. | 9 **TotalWorkers** | Pointer to **int** | The total number of Workers. | 10 **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the Workers. | 11 **Url** | Pointer to **string** | The absolute URL of the Workers statistics resource. | 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15