Show / Hide Table of Contents

Class DailyHeartRateZones.Types.HeartRateZone

The heart rate zone.

Inheritance
object
DailyHeartRateZones.Types.HeartRateZone
Implements
IMessage<DailyHeartRateZones.Types.HeartRateZone>
IEquatable<DailyHeartRateZones.Types.HeartRateZone>
IDeepCloneable<DailyHeartRateZones.Types.HeartRateZone>
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 DailyHeartRateZones.Types.HeartRateZone : IMessage<DailyHeartRateZones.Types.HeartRateZone>, IEquatable<DailyHeartRateZones.Types.HeartRateZone>, IDeepCloneable<DailyHeartRateZones.Types.HeartRateZone>, IBufferMessage, IMessage

Constructors

HeartRateZone()

Declaration
public HeartRateZone()

HeartRateZone(HeartRateZone)

Declaration
public HeartRateZone(DailyHeartRateZones.Types.HeartRateZone other)
Parameters
Type Name Description
DailyHeartRateZones.Types.HeartRateZone other

Properties

HeartRateZoneType

Required. The heart rate zone type.

Declaration
public HeartRateZoneType HeartRateZoneType { get; set; }
Property Value
Type Description
HeartRateZoneType

MaxBeatsPerMinute

Required. Maximum heart rate for this zone in beats per minute.

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

MinBeatsPerMinute

Required. Minimum heart rate for this zone in beats per minute.

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