TimestampValue

@Serializable
@SerialName(value = "timestamp")
data class TimestampValue(val value: Long) : PassableValue(source)

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long