Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.55 KB

TaskrouterV1WorkerReservation.md

File metadata and controls

21 lines (16 loc) · 1.55 KB

TaskrouterV1WorkerReservation

Properties

Name Type Description Notes
AccountSid Pointer to string The SID of the Account that created the WorkerReservation resource.
DateCreated Pointer to time.Time The date and time in GMT when the resource was created specified in ISO 8601 format.
DateUpdated Pointer to time.Time The date and time in GMT when the resource was last updated specified in ISO 8601 format.
ReservationStatus Pointer to string
Sid Pointer to string The unique string that we created to identify the WorkerReservation resource.
TaskSid Pointer to string The SID of the reserved Task resource.
WorkerName Pointer to string The friendly_name of the Worker that is reserved.
WorkerSid Pointer to string The SID of the reserved Worker resource.
WorkspaceSid Pointer to string The SID of the Workspace that this worker is contained within.
Url Pointer to string The absolute URL of the WorkerReservation resource.
Links Pointer to map[string]interface{} The URLs of related resources.

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