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

     1  # TaskrouterV1TaskQueueCumulativeStatistics
     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 TaskQueue resource. |
     8  **AvgTaskAcceptanceTime** | Pointer to **int** | The average time in seconds between Task creation and acceptance. |
     9  **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. |
    10  **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. |
    11  **ReservationsCreated** | Pointer to **int** | The total number of Reservations created for Tasks in the TaskQueue. |
    12  **ReservationsAccepted** | Pointer to **int** | The total number of Reservations accepted for Tasks in the TaskQueue. |
    13  **ReservationsRejected** | Pointer to **int** | The total number of Reservations rejected for Tasks in the TaskQueue. |
    14  **ReservationsTimedOut** | Pointer to **int** | The total number of Reservations that timed out for Tasks in the TaskQueue. |
    15  **ReservationsCanceled** | Pointer to **int** | The total number of Reservations canceled for Tasks in the TaskQueue. |
    16  **ReservationsRescinded** | Pointer to **int** | The total number of Reservations rescinded. |
    17  **SplitByWaitTime** | Pointer to **interface{}** | A list of objects that describe the number of Tasks canceled and reservations accepted above and below the thresholds specified in seconds. |
    18  **TaskQueueSid** | Pointer to **string** | The SID of the TaskQueue from which these statistics were calculated. |
    19  **WaitDurationUntilAccepted** | Pointer to **interface{}** | The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks accepted while in the TaskQueue. Calculation is based on the time when the Tasks were created. For transfers, the wait duration is counted from the moment ***the Task was created***, and not from when the transfer was initiated. |
    20  **WaitDurationUntilCanceled** | Pointer to **interface{}** | The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks canceled while in the TaskQueue. |
    21  **WaitDurationInQueueUntilAccepted** | Pointer to **interface{}** | The relative wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks accepted while in the TaskQueue. Calculation is based on the time when the Tasks entered the TaskQueue. |
    22  **TasksCanceled** | Pointer to **int** | The total number of Tasks canceled in the TaskQueue. |
    23  **TasksCompleted** | Pointer to **int** | The total number of Tasks completed in the TaskQueue. |
    24  **TasksDeleted** | Pointer to **int** | The total number of Tasks deleted in the TaskQueue. |
    25  **TasksEntered** | Pointer to **int** | The total number of Tasks entered into the TaskQueue. |
    26  **TasksMoved** | Pointer to **int** | The total number of Tasks that were moved from one queue to another. |
    27  **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the TaskQueue. |
    28  **Url** | Pointer to **string** | The absolute URL of the TaskQueue statistics resource. |
    29  
    30  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    31  
    32