Class TimeInHeartRateZoneValue
Represents the total time spent in a specific heart rate zone.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class TimeInHeartRateZoneValue : IDirectResponseSchema
Properties
Duration
The total time spent in the specified heart rate zone.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HeartRateZone
The heart rate zone.
Declaration
[JsonProperty("heartRateZone")]
public virtual string HeartRateZone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |