Show / Hide Table of Contents

Class HydrationLogRollupValue.Types.VolumeQuantityRollup

Rollup for volume quantity.

Inheritance
object
HydrationLogRollupValue.Types.VolumeQuantityRollup
Implements
IMessage<HydrationLogRollupValue.Types.VolumeQuantityRollup>
IEquatable<HydrationLogRollupValue.Types.VolumeQuantityRollup>
IDeepCloneable<HydrationLogRollupValue.Types.VolumeQuantityRollup>
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 HydrationLogRollupValue.Types.VolumeQuantityRollup : IMessage<HydrationLogRollupValue.Types.VolumeQuantityRollup>, IEquatable<HydrationLogRollupValue.Types.VolumeQuantityRollup>, IDeepCloneable<HydrationLogRollupValue.Types.VolumeQuantityRollup>, IBufferMessage, IMessage

Constructors

VolumeQuantityRollup()

Declaration
public VolumeQuantityRollup()

VolumeQuantityRollup(VolumeQuantityRollup)

Declaration
public VolumeQuantityRollup(HydrationLogRollupValue.Types.VolumeQuantityRollup other)
Parameters
Type Name Description
HydrationLogRollupValue.Types.VolumeQuantityRollup other

Properties

MillilitersSum

Required. The sum of volume in milliliters.

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

UserProvidedUnitLast

Optional. The user provided unit on the last element.

Declaration
public VolumeUnit UserProvidedUnitLast { get; set; }
Property Value
Type Description
VolumeUnit
In this article
Back to top Generated by DocFX