Class DailyRespiratoryRate
A daily average respiratory rate (breaths per minute) for a day of the year. One data point per day calculated for the main sleep.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class DailyRespiratoryRate : IMessage<DailyRespiratoryRate>, IEquatable<DailyRespiratoryRate>, IDeepCloneable<DailyRespiratoryRate>, IBufferMessage, IMessage
Constructors
DailyRespiratoryRate()
Declaration
public DailyRespiratoryRate()
DailyRespiratoryRate(DailyRespiratoryRate)
Declaration
public DailyRespiratoryRate(DailyRespiratoryRate other)
Parameters
| Type | Name | Description |
|---|---|---|
| DailyRespiratoryRate | other |
Properties
BreathsPerMinute
Required. The average number of breaths taken per minute.
Declaration
public double BreathsPerMinute { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Date
Required. The date on which the respiratory rate was measured.
Declaration
public Date Date { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |