Show / Hide Table of Contents

Class HeartRate

A heart rate measurement.

Inheritance
object
HeartRate
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX