Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DailyRollupDataPoint

import type { DailyRollupDataPoint } from "https://googleapis.deno.dev/v1/health:v4.ts";

Value of a daily rollup for a single civil time interval (aggregation window)

interface DailyRollupDataPoint {
activeMinutes?: ActiveMinutesRollupValue;
activeZoneMinutes?: ActiveZoneMinutesRollupValue;
activityLevel?: ActivityLevelRollupValue;
caloriesInHeartRateZone?: CaloriesInHeartRateZoneRollupValue;
civilEndTime?: CivilDateTime;
civilStartTime?: CivilDateTime;
heartRateVariabilityPersonalRange?: HeartRateVariabilityPersonalRangeRollupValue;
hydrationLog?: HydrationLogRollupValue;
restingHeartRatePersonalRange?: RestingHeartRatePersonalRangeRollupValue;
sedentaryPeriod?: SedentaryPeriodRollupValue;
timeInHeartRateZone?: TimeInHeartRateZoneRollupValue;
totalCalories?: TotalCaloriesRollupValue;
}

§Properties

§

Returned by default when rolling up data points from the active-minutes data type, or when requested explicitly using the active-minutes rollup type identifier.

§

Returned by default when rolling up data points from the active-zone-minutes data type, or when requested explicitly using the active-zone-minutes rollup type identifier.

§

Returned by default when rolling up data points from the activity-level data type, or when requested explicitly using the activity-level rollup type identifier.

§

Returned by default when rolling up data points from the altitude data type, or when requested explicitly using the altitude rollup type identifier.

§

Returned by default when rolling up data points from the body-fat data type, or when requested explicitly using the body-fat rollup type identifier.

§
caloriesInHeartRateZone?: CaloriesInHeartRateZoneRollupValue
[src]

Returned by default when rolling up data points from the calories-in-heart-rate-zone data type, or when requested explicitly using the calories-in-heart-rate-zone rollup type identifier.

§
civilEndTime?: CivilDateTime
[src]

End time of the window this value aggregates over

§
civilStartTime?: CivilDateTime
[src]

Start time of the window this value aggregates over

§

Returned by default when rolling up data points from the distance data type, or when requested explicitly using the distance rollup type identifier.

§

Returned by default when rolling up data points from the floors data type, or when requested explicitly using the floors rollup type identifier.

§

Returned by default when rolling up data points from the heart-rate data type, or when requested explicitly using the heart-rate rollup type identifier.

§
heartRateVariabilityPersonalRange?: HeartRateVariabilityPersonalRangeRollupValue
[src]

Returned by default when rolling up data points from the daily-heart-rate-variability data type, or when requested explicitly using the heart-rate-variability-personal-range rollup type identifier.

§

Returned by default when rolling up data points from the hydration-log data type, or when requested explicitly using the hydration-log rollup type identifier.

§
restingHeartRatePersonalRange?: RestingHeartRatePersonalRangeRollupValue
[src]

Returned by default when rolling up data points from the daily-resting-heart-rate data type, or when requested explicitly using the resting-heart-rate-personal-range rollup type identifier.

§

Returned by default when rolling up data points from the run-vo2-max data type, or when requested explicitly using the run-vo2-max rollup type identifier.

§

Returned by default when rolling up data points from the sedentary-period data type, or when requested explicitly using the sedentary-period rollup type identifier.

§

Returned by default when rolling up data points from the steps data type, or when requested explicitly using the steps rollup type identifier.

§

Returned by default when rolling up data points from the time-in-heart-rate-zone data type, or when requested explicitly using the time-in-heart-rate-zone rollup type identifier.

§

Returned by default when rolling up data points from the total-calories data type, or when requested explicitly using the total-calories rollup type identifier.

§

Returned by default when rolling up data points from the weight data type, or when requested explicitly using the weight rollup type identifier.