--- title: WorkPlanListItemResponse --- ## PureCloud::WorkPlanListItemResponse ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **enabled** | **BOOLEAN** | Whether the work plan is enabled for scheduling | [optional] | | **constrain_weekly_paid_time** | **BOOLEAN** | Whether the weekly paid time constraint is enabled for this work plan | [optional] | | **flexible_weekly_paid_time** | **BOOLEAN** | Whether the weekly paid time constraint is flexible for this work plan | [optional] | | **weekly_exact_paid_minutes** | **Integer** | Exact weekly paid time in minutes for this work plan. Used if flexibleWeeklyPaidTime == false | [optional] | | **weekly_minimum_paid_minutes** | **Integer** | Minimum weekly paid time in minutes for this work plan. Used if flexibleWeeklyPaidTime == true | [optional] | | **weekly_maximum_paid_minutes** | **Integer** | Maximum weekly paid time in minutes for this work plan. Used if flexibleWeeklyPaidTime == true | [optional] | | **constrain_paid_time_granularity** | **BOOLEAN** | Whether paid time granularity is constrained for this workplan | [optional] | | **paid_time_granularity_minutes** | **Integer** | Granularity in minutes allowed for shift paid time in this work plan. Used if constrainPaidTimeGranularity == true | [optional] | | **constrain_minimum_time_between_shifts** | **BOOLEAN** | Whether the minimum time between shifts constraint is enabled for this work plan | [optional] | | **minimum_time_between_shifts_minutes** | **Integer** | Minimum time between shifts in minutes defined in this work plan. Used if constrainMinimumTimeBetweenShifts == true | [optional] | | **maximum_days** | **Integer** | Maximum number days in a week allowed to be scheduled for this work plan | [optional] | | **start_day_of_weekend** | **String** | The day of the week for which the weekend starts, such as Saturday | [optional] | | **minimum_consecutive_time_off_per_week_minutes** | **Integer** | Minimum amount of consecutive time off per week that agents who are assigned this work plan are allowed to have off | [optional] | | **constrain_maximum_consecutive_working_weekends** | **BOOLEAN** | Whether to constrain the maximum consecutive working weekends | [optional] | | **maximum_consecutive_working_weekends** | **Integer** | The maximum number of consecutive weekends that agents who are assigned to this work plan are allowed to work | [optional] | | **minimum_working_days_per_week** | **Integer** | The minimum number of days that agents assigned to a work plan must work per week | [optional] | | **maximum_consecutive_working_days** | **Integer** | The maximum number of consecutive days that agents assigned to this work plan are allowed to work | [optional] | | **minimum_shift_start_distance_minutes** | **Integer** | The time period in minutes for the duration between the start times of two consecutive working days | [optional] | | **minimum_days_off_per_planning_period** | **Integer** | Minimum days off in the planning period | [optional] | | **maximum_days_off_per_planning_period** | **Integer** | Maximum days off in the planning period | [optional] | | **minimum_paid_hours_per_planning_period** | **Integer** | Minimum paid hours in the planning period | [optional] | | **maximum_paid_hours_per_planning_period** | **Integer** | Maximum paid hours in the planning period | [optional] | | **optional_days** | [**SetWrapperDayOfWeek**](SetWrapperDayOfWeek.html) | Optional days to schedule for this work plan. Populate with expand=details | [optional] | | **shift_start_variances** | [**ListWrapperShiftStartVariance**](ListWrapperShiftStartVariance.html) | Variance in minutes among start times of shifts in this work plan. Populate with expand=details | [optional] | | **shifts** | [**Array<WorkPlanShift>**](WorkPlanShift.html) | Shifts in this work plan. Populate with expand=details (defaults to empty list) | [optional] | | **agents** | [**Array<DeletableUserReference>**](DeletableUserReference.html) | Agents in this work plan. Populate with expand=details (defaults to empty list) | [optional] | | **metadata** | [**WfmVersionedEntityMetadata**](WfmVersionedEntityMetadata.html) | Version metadata for this work plan | | | **agent_count** | **Integer** | Number of agents in this work plan. Populate with expand=agentCount | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}