GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFacts
Table of Contents ▼
Jump to a specific part of the page:
Description
This message represents nutrition facts for a food dish.
Attributes List
This module has the following attributes (case-insensitive ascending order):
View Attributes
Attributes
-
calories
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsCaloriesFact
, default:nil
)
- -
cholesterol
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact
, default:nil
)
- Cholesterol information for a given food dish. -
protein
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact
, default:nil
)
- Protein information for a given food dish. -
sodium
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact
, default:nil
)
- Sodium information for a given food dish. -
totalCarbohydrate
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact
, default:nil
)
- Carbohydrate information for a given food dish. -
totalFat
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact
, default:nil
)
- Fat information for a given food dish.
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFacts