DataPoint

class DataPoint

The forecast value for a specific date. Part of the Forecast object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of the specific forecast.

Link copied to clipboard

The forecast value.

Functions

Link copied to clipboard
inline fun copy(block: DataPoint.Builder.() -> Unit = {}): DataPoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String