Show / Hide Table of Contents

Class DailyRestingHeartRate.Types.DailyRestingHeartRateMetadata

Metadata for the daily resting heart rate.

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

Constructors

DailyRestingHeartRateMetadata()

Declaration
public DailyRestingHeartRateMetadata()

DailyRestingHeartRateMetadata(DailyRestingHeartRateMetadata)

Declaration
public DailyRestingHeartRateMetadata(DailyRestingHeartRate.Types.DailyRestingHeartRateMetadata other)
Parameters
Type Name Description
DailyRestingHeartRate.Types.DailyRestingHeartRateMetadata other

Properties

CalculationMethod

Required. The method used to calculate the resting heart rate.

Declaration
public DailyRestingHeartRate.Types.DailyRestingHeartRateMetadata.Types.CalculationMethod CalculationMethod { get; set; }
Property Value
Type Description
DailyRestingHeartRate.Types.DailyRestingHeartRateMetadata.Types.CalculationMethod
In this article
Back to top Generated by DocFX