Deploy Policy Rule Rollout Restriction Args
data class DeployPolicyRuleRolloutRestrictionArgs(val actions: Output<List<String>>? = null, val id: Output<String>, val invokers: Output<List<String>>? = null, val timeWindows: Output<DeployPolicyRuleRolloutRestrictionTimeWindowsArgs>? = null) : ConvertibleToJava<DeployPolicyRuleRolloutRestrictionArgs>