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

     1  # TaskrouterV1WorkerReservation
     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 WorkerReservation resource. |
     8  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
     9  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    10  **ReservationStatus** | Pointer to [**string**](WorkerReservationEnumStatus.md) |  |
    11  **Sid** | Pointer to **string** | The unique string that we created to identify the WorkerReservation resource. |
    12  **TaskSid** | Pointer to **string** | The SID of the reserved Task resource. |
    13  **WorkerName** | Pointer to **string** | The `friendly_name` of the Worker that is reserved. |
    14  **WorkerSid** | Pointer to **string** | The SID of the reserved Worker resource. |
    15  **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that this worker is contained within. |
    16  **Url** | Pointer to **string** | The absolute URL of the WorkerReservation resource. |
    17  **Links** | Pointer to **map[string]interface{}** | The URLs of related resources. |
    18  
    19  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    20  
    21