TimeInHeartRateZoneRollupValue

Represents the result of the rollup of the time in heart rate zone data type.

JSON representation
{
  "timeInHeartRateZones": [
    {
      object (TimeInHeartRateZoneRollupValue.TimeInHeartRateZoneValue)
    }
  ]
}
Fields
timeInHeartRateZones[]

object (TimeInHeartRateZoneRollupValue.TimeInHeartRateZoneValue)

List of time spent in each heart rate zone.

TimeInHeartRateZoneRollupValue.TimeInHeartRateZoneValue

Represents the total time spent in a specific heart rate zone.

JSON representation
{
  "heartRateZone": enum (HeartRateZoneType),
  "duration": string
}
Fields
heartRateZone

enum (HeartRateZoneType)

The heart rate zone.

duration

string (Duration format)

The total time spent in the specified heart rate zone.

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".