Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 719 Bytes

File metadata and controls

26 lines (20 loc) · 719 Bytes

Unifapi::SeoKeywordOverviewResponse

Properties

Name Type Description Notes
keywords Array<String> Keywords echoed from the request.
location String
language String
view SeoKeywordView
results Array<SeoKeywordItem> Per-keyword metrics: search volume, CPC, competition, difficulty, and intent. Each keyword is one billable record.

Example

require 'unifapi'

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