Class GoogleCloudDataplexV1DataDocumentationResultSchema
Schema of the table with generated metadata of columns.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataDocumentationResultSchema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fields
Output only. The list of columns.
Declaration
[JsonProperty("fields")]
public virtual IList<GoogleCloudDataplexV1DataDocumentationResultField> Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDataplexV1DataDocumentationResultField> |