Class GoogleCloudDataplexV1DataDocumentationResult
The output of a DataDocumentation scan.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataDocumentationResult : IDirectResponseSchema
Properties
DatasetResult
Output only. Insights for a Dataset resource.
Declaration
[JsonProperty("datasetResult")]
public virtual GoogleCloudDataplexV1DataDocumentationResultDatasetResult DatasetResult { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDataplexV1DataDocumentationResultDatasetResult |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TableResult
Output only. Insights for a Table resource.
Declaration
[JsonProperty("tableResult")]
public virtual GoogleCloudDataplexV1DataDocumentationResultTableResult TableResult { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDataplexV1DataDocumentationResultTableResult |