Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 973 Bytes

File metadata and controls

14 lines (10 loc) · 973 Bytes

Unifapi.Sdk.Model.SeoKeywordAutocompleteRequest

Properties

Name Type Description Notes
Keyword string Seed query typed into Google search. Returns the autocomplete suggestions Google offers.
Location SeoAutocompleteLocation [optional]
Language string Search language as an ISO code or full language name. Defaults to en. [optional]
CursorPointer int Cursor position within the keyword. Defaults to the end of the keyword, matching how Google expands suggestions as you type. [optional]
VarClient string Autocomplete client to emulate, such as chrome or gws-wiz. Different clients can return different suggestion sets. [optional]

[Back to Model list] [Back to API list] [Back to README]