VariableValue

@JsonSerializable
data class VariableValue(val boolValue: Boolean?, val doubleValue: Double?, val longValue: Long?, val stringValue: String?)

Constructors

Link copied to clipboard
constructor(boolValue: Boolean)
constructor(doubleValue: Double)
constructor(longValue: Long)
constructor(stringValue: String)
constructor(boolValue: Boolean?, doubleValue: Double?, longValue: Long?, stringValue: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard