Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 841 Bytes

File metadata and controls

28 lines (22 loc) · 841 Bytes

Unifapi::NewsSearchRequest

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]

Example

require 'unifapi'

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