Show / Hide Table of Contents

Class RestingHeartRatePersonalRangeRollupValue

Represents the rollup value for the daily resting heart rate data type.

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

Constructors

RestingHeartRatePersonalRangeRollupValue()

Declaration
public RestingHeartRatePersonalRangeRollupValue()

RestingHeartRatePersonalRangeRollupValue(RestingHeartRatePersonalRangeRollupValue)

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

Properties

BeatsPerMinuteMax

The upper bound of the user's daily resting heart rate personal range.

Declaration
public double BeatsPerMinuteMax { get; set; }
Property Value
Type Description
double

BeatsPerMinuteMin

The lower bound of the user's daily resting heart rate personal range.

Declaration
public double BeatsPerMinuteMin { get; set; }
Property Value
Type Description
double

HasBeatsPerMinuteMax

Gets whether the "beats_per_minute_max" field is set

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

HasBeatsPerMinuteMin

Gets whether the "beats_per_minute_min" field is set

Declaration
public bool HasBeatsPerMinuteMin { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX