| Name | Type | Description | Notes |
|---|---|---|---|
| keyword | string | Seed keyword. Returns keywords from Google's 'searches related to' element. | |
| location | \Unifapi\Sdk\Model\SeoRelatedKeywordsLocation | [optional] | |
| language | string | Search language as an ISO code or full language name. Defaults to en. | [optional] |
| depth | int | Keyword search depth, 0-4. Higher depth returns more keywords (1≈8, 2≈72, 3≈584, 4≈4680). Defaults to 1. | [optional] |
| limit | int | Maximum number of related keywords to return. Defaults to 100. | [optional] |
| offset | int | Number of related keywords to skip from the start of the results. | [optional] |
| ignore_synonyms | bool | When true, exclude highly similar keywords and return only core keywords. | [optional] |
| include_serp_info | bool | When true, include SERP data (result count and SERP feature types) for each keyword. Can add source cost. | [optional] |
| include_seed_keyword | bool | When true, include metrics for the seed keyword in the response. | [optional] |
| view | SeoKeywordView | [optional] |