CaloriesInHeartRateZoneRollupValue

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

JSON representation
{
  "caloriesInHeartRateZones": [
    {
      object (CaloriesInHeartRateZoneRollupValue.CaloriesInHeartRateZoneValue)
    }
  ]
}
Fields
caloriesInHeartRateZones[]

object (CaloriesInHeartRateZoneRollupValue.CaloriesInHeartRateZoneValue)

List of calories burned in each heart rate zone.

CaloriesInHeartRateZoneRollupValue.CaloriesInHeartRateZoneValue

Represents the amount of kilocalories burned in a specific heart rate zone.

JSON representation
{
  "heartRateZone": enum (HeartRateZoneType),
  "kcal": number
}
Fields
heartRateZone

enum (HeartRateZoneType)

The heart rate zone.

kcal

number

The amount of kilocalories burned in the specified heart rate zone.