Class ActiveZoneMinutesRollupValue
Represents the result of the rollup of the active zone minutes data type.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class ActiveZoneMinutesRollupValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SumInCardioHeartZone
Active zone minutes in HeartRateZone.CARDIO.
Declaration
[JsonProperty("sumInCardioHeartZone")]
public virtual long? SumInCardioHeartZone { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SumInFatBurnHeartZone
Active zone minutes in HeartRateZone.FAT_BURN.
Declaration
[JsonProperty("sumInFatBurnHeartZone")]
public virtual long? SumInFatBurnHeartZone { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SumInPeakHeartZone
Active zone minutes in HeartRateZone.PEAK.
Declaration
[JsonProperty("sumInPeakHeartZone")]
public virtual long? SumInPeakHeartZone { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |