Show / Hide Table of Contents

Class RespiratoryRateSleepSummary

Records respiratory rate details during sleep. Can have multiple per day if the user sleeps multiple times.

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

Properties

DeepSleepStats

Optional. Respiratory rate statistics for deep sleep.

Declaration
[JsonProperty("deepSleepStats")]
public virtual RespiratoryRateSleepSummaryStatistics DeepSleepStats { get; set; }
Property Value
Type Description
RespiratoryRateSleepSummaryStatistics

ETag

The ETag of the item.

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

FullSleepStats

Required. Full respiratory rate statistics.

Declaration
[JsonProperty("fullSleepStats")]
public virtual RespiratoryRateSleepSummaryStatistics FullSleepStats { get; set; }
Property Value
Type Description
RespiratoryRateSleepSummaryStatistics

LightSleepStats

Optional. Respiratory rate statistics for light sleep.

Declaration
[JsonProperty("lightSleepStats")]
public virtual RespiratoryRateSleepSummaryStatistics LightSleepStats { get; set; }
Property Value
Type Description
RespiratoryRateSleepSummaryStatistics

RemSleepStats

Optional. Respiratory rate statistics for REM sleep.

Declaration
[JsonProperty("remSleepStats")]
public virtual RespiratoryRateSleepSummaryStatistics RemSleepStats { get; set; }
Property Value
Type Description
RespiratoryRateSleepSummaryStatistics

SampleTime

Required. The time at which respiratory rate was measured.

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