ActiveMinutesRollupValue
import type { ActiveMinutesRollupValue } from "https://googleapis.deno.dev/v1/health:v4.ts";Represents the result of the rollup of the active minutes data type.
interface ActiveMinutesRollupValue {
activeMinutesRollupByActivityLevel?: ActiveMinutesRollupByActivityLevel[];
}§Properties
§
activeMinutesRollupByActivityLevel?: ActiveMinutesRollupByActivityLevel[]
[src]Active minutes by activity level. At most one record per activity level is allowed.