Class RespiratoryRateSleepSummary
Records respiratory rate details during sleep. Can have multiple per day if the user sleeps multiple times.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class RespiratoryRateSleepSummary : IMessage<RespiratoryRateSleepSummary>, IEquatable<RespiratoryRateSleepSummary>, IDeepCloneable<RespiratoryRateSleepSummary>, IBufferMessage, IMessage
Constructors
RespiratoryRateSleepSummary()
Declaration
public RespiratoryRateSleepSummary()
RespiratoryRateSleepSummary(RespiratoryRateSleepSummary)
Declaration
public RespiratoryRateSleepSummary(RespiratoryRateSleepSummary other)
Parameters
| Type | Name | Description |
|---|---|---|
| RespiratoryRateSleepSummary | other |
Properties
DeepSleepStats
Optional. Respiratory rate statistics for deep sleep.
Declaration
public RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics DeepSleepStats { get; set; }
Property Value
| Type | Description |
|---|---|
| RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics |
FullSleepStats
Required. Full respiratory rate statistics.
Declaration
public RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics FullSleepStats { get; set; }
Property Value
| Type | Description |
|---|---|
| RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics |
LightSleepStats
Optional. Respiratory rate statistics for light sleep.
Declaration
public RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics LightSleepStats { get; set; }
Property Value
| Type | Description |
|---|---|
| RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics |
RemSleepStats
Optional. Respiratory rate statistics for REM sleep.
Declaration
public RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics RemSleepStats { get; set; }
Property Value
| Type | Description |
|---|---|
| RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics |
SampleTime
Required. The time at which respiratory rate was measured.
Declaration
public ObservationSampleTime SampleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationSampleTime |