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

     1  # TaskrouterV1WorkersCumulativeStatistics
     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  **StartTime** | Pointer to [**time.Time**](time.Time.md) | The beginning of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
     9  **EndTime** | Pointer to [**time.Time**](time.Time.md) | The end of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    10  **ActivityDurations** | Pointer to **[]interface{}** | The minimum, average, maximum, and total time (in seconds) that Workers spent in each Activity. |
    11  **ReservationsCreated** | Pointer to **int** | The total number of Reservations that were created. |
    12  **ReservationsAccepted** | Pointer to **int** | The total number of Reservations that were accepted. |
    13  **ReservationsRejected** | Pointer to **int** | The total number of Reservations that were rejected. |
    14  **ReservationsTimedOut** | Pointer to **int** | The total number of Reservations that were timed out. |
    15  **ReservationsCanceled** | Pointer to **int** | The total number of Reservations that were canceled. |
    16  **ReservationsRescinded** | Pointer to **int** | The total number of Reservations that were rescinded. |
    17  **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the Workers. |
    18  **Url** | Pointer to **string** | The absolute URL of the Workers statistics resource. |
    19  
    20  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    21  
    22