Show / Hide Table of Contents

Class NutrientQuantity

Represents the quantity of a nutrient.

Inheritance
object
NutrientQuantity
Implements
IMessage<NutrientQuantity>
IEquatable<NutrientQuantity>
IDeepCloneable<NutrientQuantity>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX