ParameterValuesValueResponse

data class ParameterValuesValueResponse(val value: Any? = null)

The value of a parameter.

Constructors

Link copied to clipboard
constructor(value: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: Any? = null

The value of the parameter.