Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 610 Bytes

File metadata and controls

24 lines (18 loc) · 610 Bytes

Unifapi::SeoKeywordHistoryResponse

Properties

Name Type Description Notes
keywords Array<String> Keywords echoed from the request.
location String
language String
results Array<SeoKeywordHistoryItem> Historical metrics per keyword. Each keyword is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoKeywordHistoryResponse.new(
  keywords: null,
  location: null,
  language: null,
  results: null
)