Show / Hide Table of Contents

Class HydrationLog

Holds information about a user logged hydration.

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