GoogleCloudContentwarehouseV1ListSynonymSetsResponse constructor
GoogleCloudContentwarehouseV1ListSynonymSetsResponse({
- String? nextPageToken,
- List<
GoogleCloudContentwarehouseV1SynonymSet> ? synonymSets,
Implementation
GoogleCloudContentwarehouseV1ListSynonymSetsResponse({
this.nextPageToken,
this.synonymSets,
});