View Source GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFacts (google_api_content_warehouse v0.3.0)
This message represents nutrition facts for a food dish.
Attributes
-
calories
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsCaloriesFact.t
, default:nil
) - -
cholesterol
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t
, default:nil
) - Cholesterol information for a given food dish. -
protein
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t
, default:nil
) - Protein information for a given food dish. -
sodium
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t
, default:nil
) - Sodium information for a given food dish. -
totalCarbohydrate
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t
, default:nil
) - Carbohydrate information for a given food dish. -
totalFat
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t
, default:nil
) - Fat information for a given food dish.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFacts{ calories: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsCaloriesFact.t() | nil, cholesterol: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t() | nil, protein: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t() | nil, sodium: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t() | nil, totalCarbohydrate: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t() | nil, totalFat: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.