HydrationLogRollupValue

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

JSON representation
{
  "amountConsumed": {
    object (HydrationLogRollupValue.VolumeQuantityRollup)
  }
}
Fields
amountConsumed

object (HydrationLogRollupValue.VolumeQuantityRollup)

Rollup for amount consumed.

HydrationLogRollupValue.VolumeQuantityRollup

Rollup for volume quantity.

JSON representation
{
  "millilitersSum": number,
  "userProvidedUnitLast": enum (VolumeUnit)
}
Fields
millilitersSum

number

Required. The sum of volume in milliliters.

userProvidedUnitLast

enum (VolumeUnit)

Optional. The user provided unit on the last element.