Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.31 KB

File metadata and controls

27 lines (23 loc) · 1.31 KB

Unifapi.Sdk.Model.SerpListElement

Properties

Name Type Description Notes
Rank int Absolute rank of the element in the result list. [optional]
GroupRank int [optional]
Type string SERP element type, such as news_search, maps_search, or local_pack.
Title string [optional]
Url string [optional]
Domain string [optional]
Snippet string [optional]
ImageUrl string [optional]
Phone string [optional]
Address string [optional]
Rating Object [optional]
Latitude decimal [optional]
Longitude decimal [optional]
Category string [optional]
IsPaid bool True when the element is an ad. [optional]
IsBillable bool True for result elements that count toward billing. Ads are free context.
NestedItems List<Object> [optional]
Extras Dictionary<string, Object> Additional element fields preserved in the full view. [optional]

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