Class NutritionLogRollupValue.Types.NutrientQuantityRollup
Nutrient quantity rollup.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class NutritionLogRollupValue.Types.NutrientQuantityRollup : IMessage<NutritionLogRollupValue.Types.NutrientQuantityRollup>, IEquatable<NutritionLogRollupValue.Types.NutrientQuantityRollup>, IDeepCloneable<NutritionLogRollupValue.Types.NutrientQuantityRollup>, IBufferMessage, IMessage
Constructors
NutrientQuantityRollup()
Declaration
public NutrientQuantityRollup()
NutrientQuantityRollup(NutrientQuantityRollup)
Declaration
public NutrientQuantityRollup(NutritionLogRollupValue.Types.NutrientQuantityRollup other)
Parameters
| Type | Name | Description |
|---|---|---|
| NutritionLogRollupValue.Types.NutrientQuantityRollup | other |
Properties
Nutrient
Required. Aggregated nutrient.
Declaration
public Nutrient Nutrient { get; set; }
Property Value
| Type | Description |
|---|---|
| Nutrient |
Quantity
Required. Aggregated nutrient weight.
Declaration
public NutritionLogRollupValue.Types.WeightQuantityRollup Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| NutritionLogRollupValue.Types.WeightQuantityRollup |