Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.22 KB

File metadata and controls

18 lines (13 loc) · 1.22 KB

SearchObject

Properties

Name Type Description Notes
t Option<i32> This is always set to 0. It is used as a flag to identify if the result was a rearch result or a related searches object. [optional]
rank Option<i32> Order of resarch results, the highest rank is 1 and should identify results that match the search request better. [optional]
url Option<String> URL of the resource identified in the search result. [optional]
title Option<String> Title of the search result. This can be taken from the title of the html document, or the title of a media resource. [optional]
snippet Option<String> a short desciption, or summary, of the content. [optional]
published Option<String> the date the rearch result was created [optional]
thumbnail Option<models::SearchObjectThumbnail> [optional]
image Option<models::SearchObjectImage> [optional]

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