ParameterExampleContractResponse

data class ParameterExampleContractResponse(val description: String? = null, val externalValue: String? = null, val summary: String? = null, val value: Any? = null)

Parameter example.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Long description for the example

Link copied to clipboard
val externalValue: String? = null

A URL that points to the literal example

Link copied to clipboard
val summary: String? = null

Short description for the example

Link copied to clipboard
val value: Any? = null

Example value. May be a primitive value, or an object.