Show / Hide Table of Contents

Class DailySleepTemperatureDerivations

Provides derived sleep temperature values, calculated from skin or internal device temperature readings during sleep.

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

Properties

BaselineTemperatureCelsius

Optional. The user's baseline skin temperature. It is the median of the user's nightly skin temperature over the past 30 days.

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

Date

Required. Date for which the sleep temperature derivations are calculated.

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

NightlyTemperatureCelsius

Required. The user's nightly skin temperature. It is the mean of skin temperature samples taken from the user’s sleep.

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

RelativeNightlyStddev30dCelsius

Optional. The standard deviation of the user’s relative nightly skin temperature (temperature - baseline) over the past 30 days.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX