ScalingScheduleResponse

constructor(daysOfWeek: List<String>? = null, name: String? = null, offPeakLoadBalancingAlgorithm: String? = null, offPeakStartTime: TimeResponse? = null, peakLoadBalancingAlgorithm: String? = null, peakStartTime: TimeResponse? = null, rampDownCapacityThresholdPct: Int? = null, rampDownForceLogoffUsers: Boolean? = null, rampDownLoadBalancingAlgorithm: String? = null, rampDownMinimumHostsPct: Int? = null, rampDownNotificationMessage: String? = null, rampDownStartTime: TimeResponse? = null, rampDownStopHostsWhen: String? = null, rampDownWaitTimeMinutes: Int? = null, rampUpCapacityThresholdPct: Int? = null, rampUpLoadBalancingAlgorithm: String? = null, rampUpMinimumHostsPct: Int? = null, rampUpStartTime: TimeResponse? = null)