EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleIntRangeArgs

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

Range used to validate longs and ints.

Constructors

constructor(max: Output<String>? = null, min: Output<String>? = null)

Properties

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

The inclusive maximum of the acceptable range.

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

The inclusive minimum of the acceptable range.

Functions

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