QueryParameterValueResponse

data class QueryParameterValueResponse(val arrayValues: List<QueryParameterValueResponse>, val structValues: Map<String, String>, val value: String)

Constructors

Link copied to clipboard
constructor(arrayValues: List<QueryParameterValueResponse>, structValues: Map<String, String>, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional The array values, if this is an array type.

Link copied to clipboard

Optional The struct field values, in order of the struct type's declaration.

Link copied to clipboard

Optional The value of this value, if a simple scalar type.