Show / Hide Table of Contents

Class TimeInHeartRateZoneRollupValue

Represents the result of the rollup of the time in heart rate zone data type.

Inheritance
object
TimeInHeartRateZoneRollupValue
Implements
IMessage<TimeInHeartRateZoneRollupValue>
IEquatable<TimeInHeartRateZoneRollupValue>
IDeepCloneable<TimeInHeartRateZoneRollupValue>
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 TimeInHeartRateZoneRollupValue : IMessage<TimeInHeartRateZoneRollupValue>, IEquatable<TimeInHeartRateZoneRollupValue>, IDeepCloneable<TimeInHeartRateZoneRollupValue>, IBufferMessage, IMessage

Constructors

TimeInHeartRateZoneRollupValue()

Declaration
public TimeInHeartRateZoneRollupValue()

TimeInHeartRateZoneRollupValue(TimeInHeartRateZoneRollupValue)

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

Properties

TimeInHeartRateZones

List of time spent in each heart rate zone.

Declaration
public RepeatedField<TimeInHeartRateZoneRollupValue.Types.TimeInHeartRateZoneValue> TimeInHeartRateZones { get; }
Property Value
Type Description
RepeatedField<TimeInHeartRateZoneRollupValue.Types.TimeInHeartRateZoneValue>
In this article
Back to top Generated by DocFX