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
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class DailyRespiratoryRate : IDirectResponseSchema
Properties
BreathsPerMinute
Required. The average number of breaths taken per minute.
Declaration
[JsonProperty("breathsPerMinute")]
public virtual double? BreathsPerMinute { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Date
Required. The date on which the respiratory rate was measured.
Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |