Variable

data class Variable(val name: String, val jsonPath: String)(source)

Constructors

Link copied to clipboard
constructor(name: String, jsonPath: String)

Properties

Link copied to clipboard
@XmlElement
@SerialName(value = "JSONPath")
val jsonPath: String
Link copied to clipboard