Class HeartRate
A heart rate measurement.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class HeartRate : IDirectResponseSchema
Properties
BeatsPerMinute
Required. The heart rate value in beats per minute.
Declaration
[JsonProperty("beatsPerMinute")]
public virtual long? BeatsPerMinute { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Optional. Metadata about the heart rate sample.
Declaration
[JsonProperty("metadata")]
public virtual HeartRateMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| HeartRateMetadata |
SampleTime
Required. Observation time
Declaration
[JsonProperty("sampleTime")]
public virtual ObservationSampleTime SampleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationSampleTime |