ValueResponse

data class ValueResponse(val booleanValue: Boolean, val dateValue: DateResponse, val doubleValue: Double, val integerValue: String, val stringValue: String, val timestampValue: String)

Definition of a single value with generic type.

Constructors

Link copied to clipboard
fun ValueResponse(booleanValue: Boolean, dateValue: DateResponse, doubleValue: Double, integerValue: String, stringValue: String, timestampValue: String)

Types

Link copied to clipboard
object Companion

Properties

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