Show / Hide Table of Contents

Class BloodGlucoseRollupValue

Represents the result of the rollup of the blood glucose data type. LINT: LEGACY_NAMES

Inheritance
object
BloodGlucoseRollupValue
Implements
IMessage<BloodGlucoseRollupValue>
IEquatable<BloodGlucoseRollupValue>
IDeepCloneable<BloodGlucoseRollupValue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class BloodGlucoseRollupValue : IMessage<BloodGlucoseRollupValue>, IEquatable<BloodGlucoseRollupValue>, IDeepCloneable<BloodGlucoseRollupValue>, IBufferMessage, IMessage

Constructors

BloodGlucoseRollupValue()

Declaration
public BloodGlucoseRollupValue()

BloodGlucoseRollupValue(BloodGlucoseRollupValue)

Declaration
public BloodGlucoseRollupValue(BloodGlucoseRollupValue other)
Parameters
Type Name Description
BloodGlucoseRollupValue other

Properties

BloodGlucoseMilligramsPerDeciliterAvg

Average blood glucose level in mg/dL.

Declaration
public double BloodGlucoseMilligramsPerDeciliterAvg { get; set; }
Property Value
Type Description
double

HasBloodGlucoseMilligramsPerDeciliterAvg

Gets whether the "blood_glucose_milligrams_per_deciliter_avg" field is set

Declaration
public bool HasBloodGlucoseMilligramsPerDeciliterAvg { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX