Enterprise Crm Eventbus Proto Param Spec Entry Validation Rule Double Range Args
data class EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleDoubleRangeArgs(val max: Output<Double>? = null, val min: Output<Double>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleDoubleRangeArgs>
Range used to validate doubles and floats.
Constructors
Link copied to clipboard
fun EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleDoubleRangeArgs(max: Output<Double>? = null, min: Output<Double>? = null)