ListGlossaryEntriesResponse constructor

ListGlossaryEntriesResponse({
  1. List<GlossaryEntry>? glossaryEntries,
  2. String? nextPageToken,
})

Implementation

ListGlossaryEntriesResponse({this.glossaryEntries, this.nextPageToken});