Class Search.QueriesData
Query metadata for the previous, current, and next pages of results.
Inherited Members
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class Search.QueriesData
Properties
NextPage
Metadata representing the next page of results, if applicable.
Declaration
[JsonProperty("nextPage")]
public virtual IList<Search.QueriesData.NextPageData> NextPage { get; set; }
Property Value
Type | Description |
---|---|
IList<Search.QueriesData.NextPageData> |
PreviousPage
Metadata representing the previous page of results, if applicable.
Declaration
[JsonProperty("previousPage")]
public virtual IList<Search.QueriesData.PreviousPageData> PreviousPage { get; set; }
Property Value
Type | Description |
---|---|
IList<Search.QueriesData.PreviousPageData> |
Request
Metadata representing the current request.
Declaration
[JsonProperty("request")]
public virtual IList<Search.QueriesData.RequestData> Request { get; set; }
Property Value
Type | Description |
---|---|
IList<Search.QueriesData.RequestData> |