Class TimeInHeartRateZones
Time spent in each heart rate zone.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class TimeInHeartRateZones : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LightTime
Optional. Time spent in light heart rate zone.
Declaration
[JsonProperty("lightTime")]
public virtual object LightTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ModerateTime
Optional. Time spent in moderate heart rate zone.
Declaration
[JsonProperty("moderateTime")]
public virtual object ModerateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
PeakTime
Optional. Time spent in peak heart rate zone.
Declaration
[JsonProperty("peakTime")]
public virtual object PeakTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
VigorousTime
Optional. Time spent in vigorous heart rate zone.
Declaration
[JsonProperty("vigorousTime")]
public virtual object VigorousTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |