ListQueryTemplatesResponse constructor
ListQueryTemplatesResponse({
- String? nextPageToken,
- List<
QueryTemplate> ? queryTemplates,
Implementation
ListQueryTemplatesResponse({this.nextPageToken, this.queryTemplates});