Show / Hide Table of Contents

Class VolumeQuantity

Represents the volume quantity.

Inheritance
object
VolumeQuantity
Implements
IMessage<VolumeQuantity>
IEquatable<VolumeQuantity>
IDeepCloneable<VolumeQuantity>
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 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
In this article
Back to top Generated by DocFX