TimeSeriesPoint

data class TimeSeriesPoint(val timestamp: Date, val value: Value)

Constructors

Link copied to clipboard
constructor(timestamp: Date, value: Value)

Properties

Link copied to clipboard
Link copied to clipboard