Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.11 KB

File metadata and controls

36 lines (30 loc) · 1.11 KB

Unifapi::LocalFinderResponse

Properties

Name Type Description Notes
query String
location String
language String
view SerpListView
observed_at String [optional]
search_url String [optional]
item_types Array<String> SERP element types present in the result, in source order.
total_results Integer [optional]
result_count Integer Number of result elements returned.
results Array<SerpListElement> Local Finder places — the expanded local-pack listing. Each place is billable; ads are free context. Phone, rating, and booking details are surfaced when present.

Example

require 'unifapi'

instance = Unifapi::LocalFinderResponse.new(
  query: null,
  location: null,
  language: null,
  view: null,
  observed_at: null,
  search_url: null,
  item_types: null,
  total_results: null,
  result_count: null,
  results: null
)