GoogleCloudContentwarehouseV1UpdateDocumentRequest constructor
GoogleCloudContentwarehouseV1UpdateDocumentRequest({
- GoogleCloudContentwarehouseV1CloudAIDocumentOption? cloudAiDocumentOption,
- GoogleCloudContentwarehouseV1Document? document,
- GoogleCloudContentwarehouseV1RequestMetadata? requestMetadata,
- GoogleCloudContentwarehouseV1UpdateOptions? updateOptions,
Implementation
GoogleCloudContentwarehouseV1UpdateDocumentRequest({
this.cloudAiDocumentOption,
this.document,
this.requestMetadata,
this.updateOptions,
});