Show / Hide Table of Contents

Class HydrationLogRollupValue

Represents the result of the rollup of the hydration log data type.

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

Constructors

HydrationLogRollupValue()

Declaration
public HydrationLogRollupValue()

HydrationLogRollupValue(HydrationLogRollupValue)

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

Properties

AmountConsumed

Rollup for amount consumed.

Declaration
public HydrationLogRollupValue.Types.VolumeQuantityRollup AmountConsumed { get; set; }
Property Value
Type Description
HydrationLogRollupValue.Types.VolumeQuantityRollup
In this article
Back to top Generated by DocFX