Class CoreBodyTemperatureRollupValue
Represents the result of the rollup of the core body temperature data type.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class CoreBodyTemperatureRollupValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TemperatureCelsiusAvg
Average core body temperature in Celsius.
Declaration
[JsonProperty("temperatureCelsiusAvg")]
public virtual double? TemperatureCelsiusAvg { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
TemperatureCelsiusMax
Maximum core body temperature in Celsius.
Declaration
[JsonProperty("temperatureCelsiusMax")]
public virtual double? TemperatureCelsiusMax { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
TemperatureCelsiusMin
Minimum core body temperature in Celsius.
Declaration
[JsonProperty("temperatureCelsiusMin")]
public virtual double? TemperatureCelsiusMin { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |