View Source GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoProto (google_api_content_warehouse v0.2.0)
Attributes
-
priceList(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostorePriceListProto.t), default:nil) - The actual food menus. This is a repeated field because a restaurant may offer multiple menus, e.g. for different language or for different available time, such as holidays vs non-holidays. -
priceListUrl(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreUrlListProto.t), default:nil) - All URLs that give price list information for this establishment. For food menus, this would represent menu_urls. Note that this field is a repeated list of UrlListProtos. Each UrlListProto instance in the list is intended to hold lists of URLs that are translations of the same URL. -
status(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoStatus.t, default:nil) - Message containing metadata about the verified status of the PriceInfo. Only verified listings should be displayed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoProto{ priceList: [GoogleApi.ContentWarehouse.V1.Model.GeostorePriceListProto.t()] | nil, priceListUrl: [GoogleApi.ContentWarehouse.V1.Model.GeostoreUrlListProto.t()] | nil, status: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoStatus.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.