View Source GoogleApi.Manufacturers.V1.Model.Grocery (google_api_manufacturers v0.21.0)

Attributes

  • activeIngredients (type: String.t, default: nil) - Active ingredients.
  • alcoholByVolume (type: float(), default: nil) - Alcohol by volume.
  • allergens (type: String.t, default: nil) - Allergens.
  • derivedNutritionClaim (type: list(String.t), default: nil) - Derived nutrition claim.
  • directions (type: String.t, default: nil) - Directions.
  • indications (type: String.t, default: nil) - Indications.
  • ingredients (type: String.t, default: nil) - Ingredients.
  • nutritionClaim (type: list(String.t), default: nil) - Nutrition claim.
  • storageInstructions (type: String.t, default: nil) - Storage instructions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Manufacturers.V1.Model.Grocery{
  activeIngredients: String.t() | nil,
  alcoholByVolume: float() | nil,
  allergens: String.t() | nil,
  derivedNutritionClaim: [String.t()] | nil,
  directions: String.t() | nil,
  indications: String.t() | nil,
  ingredients: String.t() | nil,
  nutritionClaim: [String.t()] | nil,
  storageInstructions: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.