Class VolumeQuantity
Represents the volume quantity.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class VolumeQuantity : IMessage<VolumeQuantity>, IEquatable<VolumeQuantity>, IDeepCloneable<VolumeQuantity>, IBufferMessage, IMessage
Constructors
VolumeQuantity()
Declaration
public VolumeQuantity()
VolumeQuantity(VolumeQuantity)
Declaration
public VolumeQuantity(VolumeQuantity other)
Parameters
| Type | Name | Description |
|---|---|---|
| VolumeQuantity | other |
Properties
Milliliters
Required. Value representing the volume in milliliters.
Declaration
public double Milliliters { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
UserProvidedUnit
Optional. Value representing the user provided unit.
Declaration
public VolumeUnit UserProvidedUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| VolumeUnit |