AutomationRuleSeverityUpdateArgs

data class AutomationRuleSeverityUpdateArgs(val label: Output<AutomationRuleSeverityUpdateLabel>? = null, val normalized: Output<Int>? = null, val product: Output<Double>? = null) : ConvertibleToJava<AutomationRuleSeverityUpdateArgs>

Constructors

Link copied to clipboard
fun AutomationRuleSeverityUpdateArgs(label: Output<AutomationRuleSeverityUpdateLabel>? = null, normalized: Output<Int>? = null, product: Output<Double>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AutomationRuleSeverityUpdateArgs

Properties

Link copied to clipboard
Link copied to clipboard
val normalized: Output<Int>? = null
Link copied to clipboard
val product: Output<Double>? = null