View Source GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsCaloriesFact (google_api_content_warehouse v0.4.0)

This message denotes calories information with an upper bound and lower bound range.

Attributes

  • lowerAmount (type: integer(), default: nil) -
  • unit (type: String.t, default: nil) - Unit of the given calories information.
  • upperAmount (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsCaloriesFact{
    lowerAmount: integer() | nil,
    unit: String.t() | nil,
    upperAmount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.