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
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class DailyRestingHeartRate : IDirectResponseSchema

Properties

BeatsPerMinute

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

Declaration
[JsonProperty("beatsPerMinute")]
public virtual long? BeatsPerMinute { get; set; }
Property Value
Type Description
long?

DailyRestingHeartRateMetadata

Optional. Metadata for the daily resting heart rate.

Declaration
[JsonProperty("dailyRestingHeartRateMetadata")]
public virtual DailyRestingHeartRateMetadata DailyRestingHeartRateMetadata { get; set; }
Property Value
Type Description
DailyRestingHeartRateMetadata

Date

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

Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
Type Description
Date

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX