ListQueryTemplatesResponse constructor

ListQueryTemplatesResponse({
  1. String? nextPageToken,
  2. List<QueryTemplate>? queryTemplates,
})

Implementation

ListQueryTemplatesResponse({this.nextPageToken, this.queryTemplates});