Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.05 KB

File metadata and controls

17 lines (13 loc) · 1.05 KB

Unifapi.Sdk.Model.SeoAutocompleteSuggestion

Properties

Name Type Description Notes
Rank int Absolute rank of the suggestion in the list. [optional]
Suggestion string Google autocomplete keyword suggestion.
Relevance int Relevance score Google assigns to the suggestion. [optional]
SuggestionType string Category Google assigns to the suggestion, such as Search or Navigation. [optional]
SearchQueryUrl string Google search URL the suggestion resolves to. [optional]
ThumbnailUrl string Thumbnail image URL when Google attaches one to the suggestion. [optional]
Highlighted List<string> Substrings highlighted by Google within the suggestion. [optional]
IsBillable bool Each suggestion is one billable record.

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