Deploy Policy Rule Rollout Restriction Time Windows
data class DeployPolicyRuleRolloutRestrictionTimeWindows(val oneTimeWindows: List<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindow>? = null, val timeZone: String, val weeklyWindows: List<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindow>? = null)
Constructors
Link copied to clipboard
constructor(oneTimeWindows: List<DeployPolicyRuleRolloutRestrictionTimeWindowsOneTimeWindow>? = null, timeZone: String, weeklyWindows: List<DeployPolicyRuleRolloutRestrictionTimeWindowsWeeklyWindow>? = null)