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

MaxAgeOption

data class MaxAgeOption : Option

Caches can use the Max-Age Option to determine freshness and (if present) the ETAG Option for validation

Constructors

<init>

MaxAgeOption(intValue: Int)

Caches can use the Max-Age Option to determine freshness and (if present) the ETAG Option for validation

Inherited Properties

number

val number: OptionNumber

OptionNumber for this option

value

val value: OptionValue

OptionValue for this option