Show / Hide Table of Contents

Class HeartRateVariabilityMetadata

Metadata for HeartRateVariability.

Inheritance
object
HeartRateVariabilityMetadata
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.v4beta.Data
Assembly: Google.Apis.GoogleHealthAPI.v4beta.dll
Syntax
public class HeartRateVariabilityMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

HighFrequencyPower

Optional. The power in interbeat interval fluctuations within the high frequency band (0.15 Hz - 0.4 Hz).

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

LowFrequencyPower

Optional. The power in interbeat interval fluctuations within the low frequency band (0.04 Hz - 0.15 Hz).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX