Class NutritionLogRollupValue
Represents the result of the rollup of the nutrition log data type.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class NutritionLogRollupValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Energy
Energy rollup.
Declaration
[JsonProperty("energy")]
public virtual EnergyQuantityRollup Energy { get; set; }
Property Value
| Type | Description |
|---|---|
| EnergyQuantityRollup |
EnergyFromFat
Value Energy from fat rollup.
Declaration
[JsonProperty("energyFromFat")]
public virtual EnergyQuantityRollup EnergyFromFat { get; set; }
Property Value
| Type | Description |
|---|---|
| EnergyQuantityRollup |
Nutrients
List of the nutrient roll-ups by the nutrient type.
Declaration
[JsonProperty("nutrients")]
public virtual IList<NutrientQuantityRollup> Nutrients { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<NutrientQuantityRollup> |
TotalCarbohydrate
Total carbohydrate rollup.
Declaration
[JsonProperty("totalCarbohydrate")]
public virtual WeightQuantityRollup TotalCarbohydrate { get; set; }
Property Value
| Type | Description |
|---|---|
| WeightQuantityRollup |
TotalFat
Total fat rollup.
Declaration
[JsonProperty("totalFat")]
public virtual WeightQuantityRollup TotalFat { get; set; }
Property Value
| Type | Description |
|---|---|
| WeightQuantityRollup |