RulesetRuleActionParametersCacheKeyCustomKeyUserArgs

data class RulesetRuleActionParametersCacheKeyCustomKeyUserArgs(val deviceType: Output<Boolean>? = null, val geo: Output<Boolean>? = null, val lang: Output<Boolean>? = null) : ConvertibleToJava<RulesetRuleActionParametersCacheKeyCustomKeyUserArgs>

Constructors

constructor(deviceType: Output<Boolean>? = null, geo: Output<Boolean>? = null, lang: Output<Boolean>? = null)

Properties

Link copied to clipboard
val deviceType: Output<Boolean>? = null

Add device type to the custom key.

Link copied to clipboard
val geo: Output<Boolean>? = null

Add geo data to the custom key.

Link copied to clipboard
val lang: Output<Boolean>? = null

Add language data to the custom key.

Functions

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