squareconnect.models.create_shift_response
The response to the request to create a Shift. Contains the created Shift object. May contain a set of Error objects if the request resulted in errors.
| Name | Type | Description | Notes |
|---|---|---|---|
| shift | Shift | The `Shift` that was created on the request. | [optional] |
| errors | list[Error] | Any errors that occurred during the request. | [optional] |