Class Search.SearchInformationData
Metadata about a search operation.
Inherited Members
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class Search.SearchInformationData
Properties
FormattedSearchTime
The time taken for the server to return search results, formatted according to locale style.
Declaration
[JsonProperty("formattedSearchTime")]
public virtual string FormattedSearchTime { get; set; }
Property Value
Type | Description |
---|---|
string |
FormattedTotalResults
The total number of search results, formatted according to locale style.
Declaration
[JsonProperty("formattedTotalResults")]
public virtual string FormattedTotalResults { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchTime
The time taken for the server to return search results.
Declaration
[JsonProperty("searchTime")]
public virtual double? SearchTime { get; set; }
Property Value
Type | Description |
---|---|
double? |
TotalResults
The total number of search results returned by the query.
Declaration
[JsonProperty("totalResults")]
public virtual string TotalResults { get; set; }
Property Value
Type | Description |
---|---|
string |