Show / Hide Table of Contents

Class DailyHeartRateZones

User's heart rate zone thresholds based on the Karvonen algorithm for a specific day.

Inheritance
object
DailyHeartRateZones
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX