| Name | Type | Description | Notes |
|---|---|---|---|
| target | \Unifapi\Sdk\Model\GeoMentionsTarget[] | Up to 10 target entities, each a domain or a keyword. | |
| engine | GeoEngine | [optional] | |
| location | \Unifapi\Sdk\Model\GeoKeywordSearchVolumeRequestLocation | [optional] | |
| language | string | Search language as an ISO code or full language name. Defaults to en. | [optional] |
| filters | \Unifapi\Sdk\Model\GeoMentionsSearchRequestFilters | [optional] | |
| order_by | \Unifapi\Sdk\Model\DataForSeoOrderByRule[] | Sort the matched mentions. Each rule is {"field","dir"} with dir asc or desc; up to 3 rules, applied in order. Sortable fields: ai_search_volume, platform, model. | [optional] |
| limit | int | Max mentions to return. Default 100. | [optional] |
| offset | int | Mentions to skip. Use cursor beyond 9000. | [optional] |
| cursor | string | search_after_token from a previous response, for deep pagination. | [optional] |
| view | \Unifapi\Sdk\Model\GeoView | [optional] |