Show / Hide Table of Contents

Class DailyRestingHeartRate

Measures the daily resting heart rate for a user, calculated using the all day heart rate measurements.

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

Constructors

DailyRestingHeartRate()

Declaration
public DailyRestingHeartRate()

DailyRestingHeartRate(DailyRestingHeartRate)

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

Properties

BeatsPerMinute

Required. The resting heart rate value in beats per minute.

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

DailyRestingHeartRateMetadata

Optional. Metadata for the daily resting heart rate.

Declaration
public DailyRestingHeartRate.Types.DailyRestingHeartRateMetadata DailyRestingHeartRateMetadata { get; set; }
Property Value
Type Description
DailyRestingHeartRate.Types.DailyRestingHeartRateMetadata

Date

Required. Date (in the user's timezone) of the resting heart rate measurement.

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