Show / Hide Table of Contents

Class HydrationLogRollupValue

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

Inheritance
object
HydrationLogRollupValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class HydrationLogRollupValue : IDirectResponseSchema

Properties

AmountConsumed

Rollup for amount consumed.

Declaration
[JsonProperty("amountConsumed")]
public virtual VolumeQuantityRollup AmountConsumed { get; set; }
Property Value
Type Description
VolumeQuantityRollup

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX