Show / Hide Table of Contents

Class ActiveZoneMinutesRollupValue

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

Inheritance
object
ActiveZoneMinutesRollupValue
Implements
IMessage<ActiveZoneMinutesRollupValue>
IEquatable<ActiveZoneMinutesRollupValue>
IDeepCloneable<ActiveZoneMinutesRollupValue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class ActiveZoneMinutesRollupValue : IMessage<ActiveZoneMinutesRollupValue>, IEquatable<ActiveZoneMinutesRollupValue>, IDeepCloneable<ActiveZoneMinutesRollupValue>, IBufferMessage, IMessage

Constructors

ActiveZoneMinutesRollupValue()

Declaration
public ActiveZoneMinutesRollupValue()

ActiveZoneMinutesRollupValue(ActiveZoneMinutesRollupValue)

Declaration
public ActiveZoneMinutesRollupValue(ActiveZoneMinutesRollupValue other)
Parameters
Type Name Description
ActiveZoneMinutesRollupValue other

Properties

HasSumInCardioHeartZone

Gets whether the "sum_in_cardio_heart_zone" field is set

Declaration
public bool HasSumInCardioHeartZone { get; }
Property Value
Type Description
bool

HasSumInFatBurnHeartZone

Gets whether the "sum_in_fat_burn_heart_zone" field is set

Declaration
public bool HasSumInFatBurnHeartZone { get; }
Property Value
Type Description
bool

HasSumInPeakHeartZone

Gets whether the "sum_in_peak_heart_zone" field is set

Declaration
public bool HasSumInPeakHeartZone { get; }
Property Value
Type Description
bool

SumInCardioHeartZone

Active zone minutes in HeartRateZone.CARDIO.

Declaration
public long SumInCardioHeartZone { get; set; }
Property Value
Type Description
long

SumInFatBurnHeartZone

Active zone minutes in HeartRateZone.FAT_BURN.

Declaration
public long SumInFatBurnHeartZone { get; set; }
Property Value
Type Description
long

SumInPeakHeartZone

Active zone minutes in HeartRateZone.PEAK.

Declaration
public long SumInPeakHeartZone { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX