GroupByVariableArgs

data class GroupByVariableArgs(val variableName: Output<Either<String, VariableName>>) : ConvertibleToJava<GroupByVariableArgs>

Describes the variables available to group the rate limit requests

Constructors

Link copied to clipboard
constructor(variableName: Output<Either<String, VariableName>>)

Properties

Link copied to clipboard
val variableName: Output<Either<String, VariableName>>

Describes the supported variable for group by

Functions

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