GetParameterResult

data class GetParameterResult(val dataType: ParameterDataType? = null, val type: ParameterType? = null, val value: String? = null)

Constructors

Link copied to clipboard
fun GetParameterResult(dataType: ParameterDataType? = null, type: ParameterType? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The corresponding DataType of the parameter.

Link copied to clipboard
val type: ParameterType? = null

The type of the parameter.

Link copied to clipboard
val value: String? = null

The value associated with the parameter.