Show / Hide Table of Contents

Class HeartRateVariability

Captures user's heart rate variability (HRV) as measured by the root mean square of successive differences (RMSSD) between normal heartbeats or by standard deviation of the inter-beat intervals (SDNN).

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

Properties

ETag

The ETag of the item.

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

RootMeanSquareOfSuccessiveDifferencesMilliseconds

Optional. The root mean square of successive differences between normal heartbeats. This is a measure of heart rate variability used by Fitbit.

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

SampleTime

Required. The time of the heart rate variability measurement.

Declaration
[JsonProperty("sampleTime")]
public virtual ObservationSampleTime SampleTime { get; set; }
Property Value
Type Description
ObservationSampleTime

StandardDeviationMilliseconds

Optional. The standard deviation of the heart rate variability measurement.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX