| 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] |
require 'unifapi'
instance = Unifapi::SeoKeywordDifficultyRequest.new(
keywords: null,
location: null,
language: null
)