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

     1  # TaskrouterV1WorkflowCumulativeStatistics
     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 Workflow 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 that were created for Workers. |
    12  **ReservationsAccepted** | Pointer to **int** | The total number of Reservations accepted by Workers. |
    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  **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  **WaitDurationUntilAccepted** | Pointer to **interface{}** | The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks that were accepted. |
    19  **WaitDurationUntilCanceled** | Pointer to **interface{}** | The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks that were canceled. |
    20  **TasksCanceled** | Pointer to **int** | The total number of Tasks that were canceled. |
    21  **TasksCompleted** | Pointer to **int** | The total number of Tasks that were completed. |
    22  **TasksEntered** | Pointer to **int** | The total number of Tasks that entered the Workflow. |
    23  **TasksDeleted** | Pointer to **int** | The total number of Tasks that were deleted. |
    24  **TasksMoved** | Pointer to **int** | The total number of Tasks that were moved from one queue to another. |
    25  **TasksTimedOutInWorkflow** | Pointer to **int** | The total number of Tasks that were timed out of their Workflows (and deleted). |
    26  **WorkflowSid** | Pointer to **string** | Returns the list of Tasks that are being controlled by the Workflow with the specified Sid value. |
    27  **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the Workflow. |
    28  **Url** | Pointer to **string** | The absolute URL of the Workflow 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