--- title: UpdateWeekScheduleRequest --- ## PureCloud::UpdateWeekScheduleRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **description** | **String** | Description of the week schedule | [optional] | | **published** | **BOOLEAN** | Whether the week schedule is published | [optional] | | **user_schedules** | [**Hash<String, UserSchedule>**](UserSchedule.html) | User schedules in the week | [optional] | | **partial_upload_ids** | **Array<String>** | IDs of partial uploads to include in this imported schedule. It is applicable only for large schedules where activity count in schedule is greater than 17500 | [optional] | | **metadata** | [**WfmVersionedEntityMetadata**](WfmVersionedEntityMetadata.html) | Version metadata for this work plan | | | **agent_schedules_version** | **Integer** | Version of agent schedules in the week schedule | | | **short_term_forecast** | [**ShortTermForecastReference**](ShortTermForecastReference.html) | Reference to optionally point the schedule at a new short term forecast | [optional] | | **headcount_forecast** | [**HeadcountForecast**](HeadcountForecast.html) | The headcount forecast associated with the schedule. If not null, existing values will be irrecoverably replaced | [optional] | | **agent_update_filter** | **String** | For a published schedule, this determines whether a notification will be shown to agents in the default PureCloud user interface. The CPC notification will always be sent and the value specified here affects what data is returned in the 'updates' property. In the default PureCloud UI, \"None\" means that agents will not be notified, \"ShiftTimesOnly\" means agents will only be notified for changes to shift start and end times, and \"All\" means that agents will be notified for any change to a shift or activity (except for full day off activities). When building a custom client, use this property to specify the level of detail you need. Defaults to \"ShiftTimesOnly\". | [optional] | {: class="table table-striped"}