QueryParameterTypeStructTypesItemResponse

data class QueryParameterTypeStructTypesItemResponse(val description: String, val name: String, val type: QueryParameterTypeResponse)

Constructors

constructor(description: String, name: String, type: QueryParameterTypeResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional Human-oriented description of the field.

Link copied to clipboard

Optional The name of this field.

Link copied to clipboard

Required The type of this field.