Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 619 Bytes

File metadata and controls

24 lines (18 loc) · 619 Bytes

Unifapi::SeoHistoricalSerpsResponse

Properties

Name Type Description Notes
keyword String Keyword echoed from the request.
location String
language String
results Array<SeoHistoricalSerpItem> SERP composition snapshots for the keyword over time. Each snapshot is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoHistoricalSerpsResponse.new(
  keyword: null,
  location: null,
  language: null,
  results: null
)