GoogleCloudContentwarehouseV1UpdateDocumentRequest constructor

GoogleCloudContentwarehouseV1UpdateDocumentRequest({
  1. GoogleCloudContentwarehouseV1CloudAIDocumentOption? cloudAiDocumentOption,
  2. GoogleCloudContentwarehouseV1Document? document,
  3. GoogleCloudContentwarehouseV1RequestMetadata? requestMetadata,
  4. GoogleCloudContentwarehouseV1UpdateOptions? updateOptions,
})

Implementation

GoogleCloudContentwarehouseV1UpdateDocumentRequest({
  this.cloudAiDocumentOption,
  this.document,
  this.requestMetadata,
  this.updateOptions,
});