AggregatedHealthData

data class AggregatedHealthData(val yValues: List<Double>, val xValues: List<Double>, val seriesName: String)

Constructors

Link copied to clipboard
constructor(yValues: List<Double>, xValues: List<Double>, seriesName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard