Show / Hide Table of Contents

Class SearchResponse

Response message includes the context and a list of matching results which contain the detail of associated entities.

Inheritance
object
SearchResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Kgsearch.v1.Data
Assembly: Google.Apis.Kgsearch.v1.dll
Syntax
public class SearchResponse : IDirectResponseSchema

Properties

Context

The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.

Declaration
[JsonProperty("@context")]
public virtual object Context { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ItemListElement

The item list of search results.

Declaration
[JsonProperty("itemListElement")]
public virtual IList<object> ItemListElement { get; set; }
Property Value
Type Description
IList<object>

Type

The schema type of top-level JSON-LD object, e.g. ItemList.

Declaration
[JsonProperty("@type")]
public virtual object Type { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX