docs/UserScheduleShift.md in purecloudplatformclientv2-52.0.0 vs docs/UserScheduleShift.md in purecloudplatformclientv2-53.0.0
- old
+ new
@@ -5,9 +5,10 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
+| **week_schedule** | [**WeekScheduleReference**](WeekScheduleReference.html) | The schedule to which this shift belongs | [optional] |
| **id** | **String** | ID of the schedule shift. This is only for the case of updating and deleting an existing shift | [optional] |
| **start_date** | **DateTime** | Start time in UTC for this shift. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **length_in_minutes** | **Integer** | Length of this shift in minutes | [optional] |
| **activities** | [**Array<UserScheduleActivity>**](UserScheduleActivity.html) | List of activities in this shift | [optional] |
| **delete** | **BOOLEAN** | If marked true for updating this schedule shift, it will be deleted | [optional] |