Class TimeInHeartRateZoneRollupValue
Represents the result of the rollup of the time in heart rate zone data type.
Implements
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> |