GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource constructor

GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource({
  1. String? name,
  2. String? processorType,
})

Implementation

GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource({
  this.name,
  this.processorType,
});