Class RespiratoryRateSleepSummary
Records respiratory rate details during sleep. Can have multiple per day if the user sleeps multiple times.
Implements
Inherited Members
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 |