Class TotalCaloriesRollupValue
Represents the result of the rollup of the user's total calories. Note: Queries for the total-calories data
type must include a time interval filter (such as total_calories.interval.start_time or
total_calories.interval.civil_start_time). The maximum range is 14 days. Example filter query:
total_calories.interval.start_time >= "2026-04-20T00:00:00Z" AND total_calories.interval.start_time < "2026-04-21T00:00:00Z"
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class TotalCaloriesRollupValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KcalSum
Sum of the total calories in kilocalories.
Declaration
[JsonProperty("kcalSum")]
public virtual double? KcalSum { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |