GoogleCloudContentwarehouseV1SynonymSet constructor

GoogleCloudContentwarehouseV1SynonymSet({
  1. String? context,
  2. String? name,
  3. List<GoogleCloudContentwarehouseV1SynonymSetSynonym>? synonyms,
})

Implementation

GoogleCloudContentwarehouseV1SynonymSet({
  this.context,
  this.name,
  this.synonyms,
});