Class GoogleCloudDataplexV1DataDocumentationResultField
Column of a table with generated metadata and nested fields.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataDocumentationResultField : IDirectResponseSchema
Properties
Description
Output only. Generated description for columns and fields.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Fields
Output only. Nested fields.
Declaration
[JsonProperty("fields")]
public virtual IList<GoogleCloudDataplexV1DataDocumentationResultField> Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDataplexV1DataDocumentationResultField> |
Name
Output only. The name of the column.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |