Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.77 KB

TaskrouterV1WorkersCumulativeStatistics.md

File metadata and controls

22 lines (17 loc) · 1.77 KB

TaskrouterV1WorkersCumulativeStatistics

Properties

Name Type Description Notes
AccountSid Pointer to string The SID of the Account that created the Worker resource.
StartTime Pointer to time.Time The beginning of the interval during which these statistics were calculated, in ISO 8601 format.
EndTime Pointer to time.Time The end of the interval during which these statistics were calculated, in ISO 8601 format.
ActivityDurations Pointer to []interface{} The minimum, average, maximum, and total time (in seconds) that Workers spent in each Activity.
ReservationsCreated Pointer to int The total number of Reservations that were created.
ReservationsAccepted Pointer to int The total number of Reservations that were accepted.
ReservationsRejected Pointer to int The total number of Reservations that were rejected.
ReservationsTimedOut Pointer to int The total number of Reservations that were timed out.
ReservationsCanceled Pointer to int The total number of Reservations that were canceled.
ReservationsRescinded Pointer to int The total number of Reservations that were rescinded.
WorkspaceSid Pointer to string The SID of the Workspace that contains the Workers.
Url Pointer to string The absolute URL of the Workers statistics resource.

[Back to Model list] [Back to API list] [Back to README]