GoldenGateBindings / com.fitbit.goldengate.bindings.coap.data / IntOptionValue

IntOptionValue

data class IntOptionValue : OptionValue

Option value with Int type

Constructors

<init>

IntOptionValue(value: Int)

Option value with Int type

Properties

value

val value: Int