RequestMethodMatchConditionParametersArgs

data class RequestMethodMatchConditionParametersArgs(val matchValues: Output<List<String>>? = null, val negateCondition: Output<Boolean>? = null, val odataType: Output<String>, val operator: Output<Either<String, RequestMethodOperator>>) : ConvertibleToJava<RequestMethodMatchConditionParametersArgs>

Defines the parameters for RequestMethod match conditions

Constructors

constructor(matchValues: Output<List<String>>? = null, negateCondition: Output<Boolean>? = null, odataType: Output<String>, operator: Output<Either<String, RequestMethodOperator>>)

Properties

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

The match value for the condition of the delivery rule

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

Describes if this is negate condition or not

Link copied to clipboard
val odataType: Output<String>
Link copied to clipboard
val operator: Output<Either<String, RequestMethodOperator>>

Describes operator to be matched

Functions

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