Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 987 Bytes

File metadata and controls

30 lines (24 loc) · 987 Bytes

Unifapi::EventsSearchRequest

Properties

Name Type Description Notes
query String Search query to inspect.
location SerpListLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]
limit Integer Number of results to return, matching the limit parameter used across other UnifAPI endpoints. Maps to result depth. [optional]
view SerpListView [optional]
os SerpListOs [optional]
date_range String Restrict events to a relative date range. Defaults to all upcoming events. [optional]

Example

require 'unifapi'

instance = Unifapi::EventsSearchRequest.new(
  query: null,
  location: null,
  language: null,
  limit: null,
  view: null,
  os: null,
  date_range: null
)