Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 619 Bytes

File metadata and controls

22 lines (16 loc) · 619 Bytes

Unifapi::SeoKeywordDifficultyRequest

Properties

Name Type Description Notes
keywords Array<String> Keywords to score (1-1000). Returns the keyword difficulty for each.
location SeoKeywordDifficultyLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]

Example

require 'unifapi'

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