GoogleCloudContentwarehouseV1WeightedSchemaProperty constructor

GoogleCloudContentwarehouseV1WeightedSchemaProperty({
  1. String? documentSchemaName,
  2. List<String>? propertyNames,
})

Implementation

GoogleCloudContentwarehouseV1WeightedSchemaProperty({
  this.documentSchemaName,
  this.propertyNames,
});