Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataDocumentationResultField

Column of a table with generated metadata and nested fields.

Inheritance
object
GoogleCloudDataplexV1DataDocumentationResultField
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX