Show / Hide Table of Contents

Class DailyHeartRateVariability

Represents the daily heart rate variability data type. At least one of the following fields must be set: - average_heart_rate_variability_milliseconds - non_rem_heart_rate_beats_per_minute - entropy - deep_sleep_root_mean_square_of_successive_differences_milliseconds

Inheritance
object
DailyHeartRateVariability
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 DailyHeartRateVariability : IDirectResponseSchema

Properties

AverageHeartRateVariabilityMilliseconds

Optional. A user's average heart rate variability calculated using the root mean square of successive differences (RMSSD) in times between heartbeats.

Declaration
[JsonProperty("averageHeartRateVariabilityMilliseconds")]
public virtual double? AverageHeartRateVariabilityMilliseconds { get; set; }
Property Value
Type Description
double?

Date

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

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

DeepSleepRootMeanSquareOfSuccessiveDifferencesMilliseconds

Optional. The root mean square of successive differences (RMSSD) value during deep sleep.

Declaration
[JsonProperty("deepSleepRootMeanSquareOfSuccessiveDifferencesMilliseconds")]
public virtual double? DeepSleepRootMeanSquareOfSuccessiveDifferencesMilliseconds { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

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

Entropy

Optional. The Shanon entropy of heartbeat intervals. Entropy quantifies randomness or disorder in a system. High entropy indicates high HRV. Entropy is measured from the histogram of time interval between successive heart beats values measured during sleep.

Declaration
[JsonProperty("entropy")]
public virtual double? Entropy { get; set; }
Property Value
Type Description
double?

NonRemHeartRateBeatsPerMinute

Optional. Non-REM heart rate

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX