EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleDoubleRangeArgs

data class EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleDoubleRangeArgs(val max: Output<Double>? = null, val min: Output<Double>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleDoubleRangeArgs>

Range used to validate doubles and floats.

Constructors

Functions

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

Properties

Link copied to clipboard
val max: Output<Double>? = null

The inclusive maximum of the acceptable range.

Link copied to clipboard
val min: Output<Double>? = null

The inclusive minimum of the acceptable range.