MatchVariableResponse

data class MatchVariableResponse(val selector: String? = null, val variableName: String)

Define match variables.

Constructors

Link copied to clipboard
constructor(selector: String? = null, variableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val selector: String? = null

The selector of match variable.

Link copied to clipboard

Match Variable.