Deploy Policy Rule Rollout Restriction
data class DeployPolicyRuleRolloutRestriction(val actions: List<String>? = null, val id: String, val invokers: List<String>? = null, val timeWindows: DeployPolicyRuleRolloutRestrictionTimeWindows? = null)