public sealed class LookupPublicKgResponse : IMessage<LookupPublicKgResponse>, IEquatable<LookupPublicKgResponse>, IDeepCloneable<LookupPublicKgResponse>, IBufferMessage, IMessageReference documentation and code samples for the Enterprise Knowledge Graph v1 API class LookupPublicKgResponse.
Response message for [EnterpriseKnowledgeGraphService.LookupPublicKg][google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.LookupPublicKg].
Implements
IMessageLookupPublicKgResponse, IEquatableLookupPublicKgResponse, IDeepCloneableLookupPublicKgResponse, IBufferMessage, IMessageNamespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
LookupPublicKgResponse()
public LookupPublicKgResponse()LookupPublicKgResponse(LookupPublicKgResponse)
public LookupPublicKgResponse(LookupPublicKgResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
LookupPublicKgResponse |
Properties
Context
public Value Context { get; set; }The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.
| Property Value | |
|---|---|
| Type | Description |
Value |
|
ItemListElement
public ListValue ItemListElement { get; set; }The item list of search results.
| Property Value | |
|---|---|
| Type | Description |
ListValue |
|
Type
public Value Type { get; set; }The schema type of top-level JSON-LD object, e.g. ItemList.
| Property Value | |
|---|---|
| Type | Description |
Value |
|