Show / Hide Table of Contents

Class HeartBeat

A single heart beat measurement.

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

Properties

BeatsPerMinute

Required. The beats-per-minute value extrapolated from the time before the following heart beat. This is calculated as 60000 / rr, where rr is the gap between heart beats in milliseconds (IBI - Interbeat Interval).

Declaration
[JsonProperty("beatsPerMinute")]
public virtual int? BeatsPerMinute { get; set; }
Property Value
Type Description
int?

CivilTime

Output only. The civil time in the timezone the subject is in at the time of the observation.

Declaration
[JsonProperty("civilTime")]
public virtual CivilDateTime CivilTime { get; set; }
Property Value
Type Description
CivilDateTime

ETag

The ETag of the item.

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

PhysicalTime

object representation of PhysicalTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use PhysicalTimeDateTimeOffset instead.")]
public virtual object PhysicalTime { get; set; }
Property Value
Type Description
object

PhysicalTimeDateTimeOffset

DateTimeOffset representation of PhysicalTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? PhysicalTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

PhysicalTimeRaw

Required. The time of the heart beat measurement.

Declaration
[JsonProperty("physicalTime")]
public virtual string PhysicalTimeRaw { get; set; }
Property Value
Type Description
string

UtcOffset

Required. The UTC offset of the user's timezone when the heart beat measurement occurred.

Declaration
[JsonProperty("utcOffset")]
public virtual object UtcOffset { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX