Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 622 Bytes

File metadata and controls

24 lines (18 loc) · 622 Bytes

Unifapi::SeoKeywordDifficultyResponse

Properties

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

Example

require 'unifapi'

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