Value
Represents a value of an input response.
Parameters
valueType
The ValueType type of response value.
Inheritors
Types
Link copied to clipboard
Represents a boolean value of an input response.
Link copied to clipboard
Represents a datetime value of an input response.
Link copied to clipboard
Represents a double value of an input response.
Link copied to clipboard
Represents an integer value of an input response.
Link copied to clipboard
Represents a structured value.
Link copied to clipboard
Fallback for unrecognized value types from the API. Prevents deserialization crashes when the backend introduces new types.
Link copied to clipboard
An enum that defines Value.valueType form response types.