Show / Hide Table of Contents

Class Search.QueriesData

Query metadata for the previous, current, and next pages of results.

Inheritance
object
Search.QueriesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>
In this article
Back to top Generated by DocFX