Patch Deployment Patch Config Zypper Args
data class PatchDeploymentPatchConfigZypperArgs(val categories: Output<List<String>>? = null, val excludes: Output<List<String>>? = null, val exclusivePatches: Output<List<String>>? = null, val severities: Output<List<String>>? = null, val withOptional: Output<Boolean>? = null, val withUpdate: Output<Boolean>? = null) : ConvertibleToJava<PatchDeploymentPatchConfigZypperArgs>