Class HeartRateVariabilityMetadata
Metadata for HeartRateVariability.
Implements
Inherited Members
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? |