GoogleCloudContentwarehouseV1ProcessorInfo constructor

GoogleCloudContentwarehouseV1ProcessorInfo({
  1. String? documentType,
  2. String? processorName,
  3. String? schemaName,
})

Implementation

GoogleCloudContentwarehouseV1ProcessorInfo({
  this.documentType,
  this.processorName,
  this.schemaName,
});