Class VoluntaryNutritionFact
Voluntary Nutrition Facts.
Implements
Inherited Members
Namespace: Google.Apis.ManufacturerCenter.v1.Data
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class VoluntaryNutritionFact : IDirectResponseSchema
Properties
DailyPercentage
Daily percentage.
Declaration
[JsonProperty("dailyPercentage")]
public virtual double? DailyPercentage { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Value.
Declaration
[JsonProperty("value")]
public virtual FloatUnit Value { get; set; }
Property Value
Type | Description |
---|---|
FloatUnit |