ListGlossariesResponse constructor

ListGlossariesResponse({
  1. List<Glossary>? glossaries,
  2. String? nextPageToken,
})

Implementation

ListGlossariesResponse({
  this.glossaries,
  this.nextPageToken,
});