SleepSummaryTimeTimeSeries

constructor(values: List<SleepSummary> = mutableListOf(), timestamps: List<ZonedDateTime> = mutableListOf(), confidenceIntervalLow: List<SleepSummary> = mutableListOf(), confidenceIntervalHigh: List<SleepSummary> = mutableListOf(), confidence: List<Double> = mutableListOf())