ApiOperationRequestQueryParameterExample

data class ApiOperationRequestQueryParameterExample(val description: String? = null, val externalValue: String? = null, val name: String, val summary: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, externalValue: String? = null, name: String, summary: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A long description for this example.

Link copied to clipboard
val externalValue: String? = null

A URL that points to the literal example.

Link copied to clipboard

The name of this example.

Link copied to clipboard
val summary: String? = null

A short description for this example.

Link copied to clipboard
val value: String? = null

The example of the representation.