Values

data class Values<T0>(val value: T0) : ParametersSpec.Values

The ParametersSpec.Values for a single parameter

Constructors

Link copied to clipboard
constructor(value: T0)

Properties

Link copied to clipboard
val value: T0

the parameter