Show / Hide Table of Contents

Class CoreBodyTemperature

Core body temperature measurement, distinct from peripheral body temperature, reflects the temperature of the body's internal organs.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Optional. The unique identifier of the core body temperature measurement.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

MeasurementLocation

Optional. The location of the core body temperature measurement.

Declaration
[JsonProperty("measurementLocation")]
public virtual string MeasurementLocation { get; set; }
Property Value
Type Description
string

SampleTime

Required. The time at which core body temperature was measured.

Declaration
[JsonProperty("sampleTime")]
public virtual ObservationSampleTime SampleTime { get; set; }
Property Value
Type Description
ObservationSampleTime

TemperatureCelsius

Required. The core body temperature in Celsius.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX