Show / Hide Table of Contents

Class Grocery

Inheritance
object
Grocery
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ManufacturerCenter.v1.Data
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class Grocery : IDirectResponseSchema

Properties

ActiveIngredients

Active ingredients.

Declaration
[JsonProperty("activeIngredients")]
public virtual string ActiveIngredients { get; set; }
Property Value
Type Description
string

AlcoholByVolume

Alcohol by volume.

Declaration
[JsonProperty("alcoholByVolume")]
public virtual double? AlcoholByVolume { get; set; }
Property Value
Type Description
double?

Allergens

Allergens.

Declaration
[JsonProperty("allergens")]
public virtual string Allergens { get; set; }
Property Value
Type Description
string

DerivedNutritionClaim

Derived nutrition claim.

Declaration
[JsonProperty("derivedNutritionClaim")]
public virtual IList<string> DerivedNutritionClaim { get; set; }
Property Value
Type Description
IList<string>

Directions

Directions.

Declaration
[JsonProperty("directions")]
public virtual string Directions { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Indications

Indications.

Declaration
[JsonProperty("indications")]
public virtual string Indications { get; set; }
Property Value
Type Description
string

Ingredients

Ingredients.

Declaration
[JsonProperty("ingredients")]
public virtual string Ingredients { get; set; }
Property Value
Type Description
string

NutritionClaim

Nutrition claim.

Declaration
[JsonProperty("nutritionClaim")]
public virtual IList<string> NutritionClaim { get; set; }
Property Value
Type Description
IList<string>

StorageInstructions

Storage instructions.

Declaration
[JsonProperty("storageInstructions")]
public virtual string StorageInstructions { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX