public sealed class LookupContextResponse : IMessage<LookupContextResponse>, IEquatable<LookupContextResponse>, IDeepCloneable<LookupContextResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class LookupContextResponse.
Lookup Context response.
Implements
IMessageLookupContextResponse, IEquatableLookupContextResponse, IDeepCloneableLookupContextResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
LookupContextResponse()
public LookupContextResponse()LookupContextResponse(LookupContextResponse)
public LookupContextResponse(LookupContextResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
LookupContextResponse |
Properties
Context
public string Context { get; set; }Pre-formatted block of text containing the context for the requested resources.
| Property Value | |
|---|---|
| Type | Description |
string |
|