ParameterSpecificationResponse

data class ParameterSpecificationResponse(val defaultValue: Any? = null, val type: String)

Definition of a single parameter for an entity.

Constructors

Link copied to clipboard
constructor(defaultValue: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultValue: Any? = null

Default value of parameter.

Link copied to clipboard

Parameter type.