GeostorePriceInfoProto

GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoProto


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. priceList (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostorePriceListProto), 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.
  2. priceListUrl (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreUrlListProto), 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.
  3. status (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoStatus, default: nil)
    - Message containing metadata about the verified status of the PriceInfo. Only verified listings should be displayed.

Type

@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
}

Function

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

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