IParameterValue ​
Interface for request parameter values.
Kind: Interface
Namespace: ConnectorLib.JSON
Properties
string
ID
[get, ]
The identifier of the parameter.
string
Name
[get, ]
The name of the parameter.
ParameterType
Type
[get, ]
The type of parameter that this is.
object
Value
[get, ]
The value of the parameter.
