ParameterValueDescriptor

data class ParameterValueDescriptor(val name: String, val type: TypeDescriptor, val value: Any?) : Serializable

Constructors

Link copied to clipboard
constructor(name: String, type: TypeDescriptor, value: Any?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Any?