Class DailyHeartRateZones
User's heart rate zone thresholds based on the Karvonen algorithm for a specific day.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class DailyHeartRateZones : IDirectResponseSchema
Properties
Date
Required. Date (in user's timezone) of the heart rate zones record.
Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HeartRateZones
Required. The heart rate zones.
Declaration
[JsonProperty("heartRateZones")]
public virtual IList<HeartRateZone> HeartRateZones { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<HeartRateZone> |