Class NutrientQuantity
Represents the quantity of a nutrient.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class NutrientQuantity : IMessage<NutrientQuantity>, IEquatable<NutrientQuantity>, IDeepCloneable<NutrientQuantity>, IBufferMessage, IMessage
Constructors
NutrientQuantity()
Declaration
public NutrientQuantity()
NutrientQuantity(NutrientQuantity)
Declaration
public NutrientQuantity(NutrientQuantity other)
Parameters
| Type | Name | Description |
|---|---|---|
| NutrientQuantity | other |
Properties
Nutrient
Required. Value representing the nutrient.
Declaration
public Nutrient Nutrient { get; set; }
Property Value
| Type | Description |
|---|---|
| Nutrient |
Quantity
Required. Value representing the quantity of the nutrient.
Declaration
public WeightQuantity Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| WeightQuantity |