GoogleCloudContentwarehouseV1PropertyFilter constructor

GoogleCloudContentwarehouseV1PropertyFilter({
  1. String? condition,
  2. String? documentSchemaName,
})

Implementation

GoogleCloudContentwarehouseV1PropertyFilter({
  this.condition,
  this.documentSchemaName,
});