Class DailyRestingHeartRate
Measures the daily resting heart rate for a user, calculated using the all day heart rate measurements.
Implements
Inherited Members
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 |