| 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] |
require 'unifapi'
instance = Unifapi::SeoKeywordDifficultyItem.new(
keyword: null,
keyword_difficulty: null
)