Class HydrationLog
Holds information about a user logged hydration.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class HydrationLog : IMessage<HydrationLog>, IEquatable<HydrationLog>, IDeepCloneable<HydrationLog>, IBufferMessage, IMessage
Constructors
HydrationLog()
Declaration
public HydrationLog()
HydrationLog(HydrationLog)
Declaration
public HydrationLog(HydrationLog other)
Parameters
| Type | Name | Description |
|---|---|---|
| HydrationLog | other |
Properties
AmountConsumed
Required. Amount of liquid (ex. water) consumed.
Declaration
public VolumeQuantity AmountConsumed { get; set; }
Property Value
| Type | Description |
|---|---|
| VolumeQuantity |
Interval
Required. Observed interval.
Declaration
public SessionTimeInterval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| SessionTimeInterval |