Sha256: 15fc32d477e6583566ce0d83d35e9eb52a77f94b5732837ac578fe4db7b3f184
Contents?: true
Size: 950 Bytes
Versions: 28
Compression:
Stored size: 950 Bytes
Contents
--- title: UserScheduleShift --- ## PureCloud::UserScheduleShift ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **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] | | **manually_edited** | **BOOLEAN** | Whether the shift was set as manually edited | [optional] | {: class="table table-striped"}
Version data entries
28 entries across 28 versions & 1 rubygems