Class NutrientQuantityRollup
Nutrient quantity rollup.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class NutrientQuantityRollup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Nutrient
Required. Aggregated nutrient.
Declaration
[JsonProperty("nutrient")]
public virtual string Nutrient { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Quantity
Required. Aggregated nutrient weight.
Declaration
[JsonProperty("quantity")]
public virtual WeightQuantityRollup Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| WeightQuantityRollup |