Class SearchResponse
Response message includes the context and a list of matching results which contain the detail of associated entities.
Implements
Inherited Members
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 |