Show / Hide Table of Contents

Class ActiveZoneMinutesRollupValue

Represents the result of the rollup of the active zone minutes data type.

Inheritance
object
ActiveZoneMinutesRollupValue
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 ActiveZoneMinutesRollupValue : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SumInCardioHeartZone

Active zone minutes in HeartRateZone.CARDIO.

Declaration
[JsonProperty("sumInCardioHeartZone")]
public virtual long? SumInCardioHeartZone { get; set; }
Property Value
Type Description
long?

SumInFatBurnHeartZone

Active zone minutes in HeartRateZone.FAT_BURN.

Declaration
[JsonProperty("sumInFatBurnHeartZone")]
public virtual long? SumInFatBurnHeartZone { get; set; }
Property Value
Type Description
long?

SumInPeakHeartZone

Active zone minutes in HeartRateZone.PEAK.

Declaration
[JsonProperty("sumInPeakHeartZone")]
public virtual long? SumInPeakHeartZone { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX