Class HydrationLogRollupValue.Types.VolumeQuantityRollup
Rollup for volume quantity.
Implements
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 |