Show / Hide Table of Contents

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.

Inheritance
object
DailyRespiratoryRate
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX