Class GoogleCloudDataplexV1LookupContextResponse
Lookup Context response.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1LookupContextResponse : IDirectResponseSchema
Properties
Context
LLM generated context for the resources.
Declaration
[JsonProperty("context")]
public virtual string Context { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |