github.com/twilio/twilio-go@v1.20.1/rest/taskrouter/v1/docs/TaskrouterV1WorkspaceCumulativeStatistics.md (about) 1 # TaskrouterV1WorkspaceCumulativeStatistics 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 Workspace 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 **TasksCreated** | Pointer to **int** | The total number of Tasks created. | 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 **WorkspaceSid** | Pointer to **string** | The SID of the Workspace. | 27 **Url** | Pointer to **string** | The absolute URL of the Workspace statistics resource. | 28 29 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 30 31