GeostorePriceInfoFoodNutritionFactsCaloriesFact

GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsCaloriesFact


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsCaloriesFact