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

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