DailyRollUpDataPointsResponse
import type { DailyRollUpDataPointsResponse } from "https://googleapis.deno.dev/v1/health:v4.ts";Response containing the list of rolled up data points.
interface DailyRollUpDataPointsResponse {
rollupDataPoints?: DailyRollupDataPoint[];
}§Properties
§
rollupDataPoints?: DailyRollupDataPoint[]
[src]Values for each aggregation time window.