Class GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata
The metadata message for Export-to-CDW pipeline.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata : IDirectResponseSchema
Properties
DocAiDataset
The output CDW dataset resource name.
Declaration
[JsonProperty("docAiDataset")]
public virtual string DocAiDataset { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Documents
The input list of all the resource names of the documents to be exported.
Declaration
[JsonProperty("documents")]
public virtual IList<string> Documents { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OutputPath
The output Cloud Storage folder in this pipeline.
Declaration
[JsonProperty("outputPath")]
public virtual string OutputPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |