QueryParameterResponse

data class QueryParameterResponse(val name: String, val parameterType: QueryParameterTypeResponse, val parameterValue: QueryParameterValueResponse)

Constructors

Link copied to clipboard
constructor(name: String, parameterType: QueryParameterTypeResponse, parameterValue: QueryParameterValueResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional If unset, this is a positional parameter. Otherwise, should be unique within a query.

Link copied to clipboard

Required The type of this parameter.

Link copied to clipboard

Required The value of this parameter.