Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 446 Bytes

File metadata and controls

20 lines (14 loc) · 446 Bytes

Unifapi::SeoKeywordDifficultyItem

Properties

Name Type Description Notes
keyword String Keyword phrase.
keyword_difficulty Integer Difficulty of ranking in the top-10 organic results, on a 0-100 scale. [optional]

Example

require 'unifapi'

instance = Unifapi::SeoKeywordDifficultyItem.new(
  keyword: null,
  keyword_difficulty: null
)