IntegerValue

class IntegerValue(val integerValue: Int) : Value

Represents an integer value of an input response.

Parameters

integerValue

The integer value of the response.

Constructors

Link copied to clipboard
constructor(integerValue: Int)

Properties

Link copied to clipboard
val integerValue: Int
Link copied to clipboard