Show / Hide Table of Contents

Class TimeInHeartRateZones

Time spent in each heart rate zone.

Inheritance
object
TimeInHeartRateZones
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX