Show / Hide Table of Contents

Class DailyOxygenSaturation

A daily oxygen saturation (SpO2) record. Represents the user's daily oxygen saturation summary, typically calculated during sleep.

Inheritance
object
DailyOxygenSaturation
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 DailyOxygenSaturation : IDirectResponseSchema

Properties

AveragePercentage

Required. The average value of the oxygen saturation samples during the sleep.

Declaration
[JsonProperty("averagePercentage")]
public virtual double? AveragePercentage { get; set; }
Property Value
Type Description
double?

Date

Required. Date (in user's timezone) of the daily oxygen saturation record.

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

LowerBoundPercentage

Required. The lower bound of the confidence interval of oxygen saturation samples during sleep.

Declaration
[JsonProperty("lowerBoundPercentage")]
public virtual double? LowerBoundPercentage { get; set; }
Property Value
Type Description
double?

StandardDeviationPercentage

Optional. Standard deviation of the daily oxygen saturation averages from the past 7-30 days.

Declaration
[JsonProperty("standardDeviationPercentage")]
public virtual double? StandardDeviationPercentage { get; set; }
Property Value
Type Description
double?

UpperBoundPercentage

Required. The upper bound of the confidence interval of oxygen saturation samples during sleep.

Declaration
[JsonProperty("upperBoundPercentage")]
public virtual double? UpperBoundPercentage { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX