GoogleCloudContentwarehouseV1ListSynonymSetsResponse constructor

GoogleCloudContentwarehouseV1ListSynonymSetsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudContentwarehouseV1SynonymSet>? synonymSets,
})

Implementation

GoogleCloudContentwarehouseV1ListSynonymSetsResponse({
  this.nextPageToken,
  this.synonymSets,
});