View Source GoogleApi.Manufacturers.V1.Model.VoluntaryNutritionFact (google_api_manufacturers v0.21.0)
Voluntary Nutrition Facts.
Attributes
-
dailyPercentage(type:float(), default:nil) - Daily percentage. -
name(type:String.t, default:nil) - Name. -
value(type:GoogleApi.Manufacturers.V1.Model.FloatUnit.t, default:nil) - Value.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Manufacturers.V1.Model.VoluntaryNutritionFact{ dailyPercentage: float() | nil, name: String.t() | nil, value: GoogleApi.Manufacturers.V1.Model.FloatUnit.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.