GoogleApi.ContentWarehouse.V1.Model.GeostoreFoodMenuItemOptionProtoPortionSize
Table of Contents ▼
Jump to a specific part of the page:
Description
This message denotes the serving portion size of a food dish.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
quantity
(type:integer()
, default:nil
)
- Required. -
unit
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostorePriceListNameInfoProto)
, default:nil
)
- Required. The repeated name_info field is for the unit in multiple languages.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreFoodMenuItemOptionProtoPortionSize{
quantity: integer() | nil,
unit: [GoogleApi.ContentWarehouse.V1.Model.GeostorePriceListNameInfoProto.t()] | nil
}
quantity: integer() | nil,
unit: [GoogleApi.ContentWarehouse.V1.Model.GeostorePriceListNameInfoProto.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreFoodMenuItemOptionProtoPortionSize