SearchSystemTemplatesResponse constructor

SearchSystemTemplatesResponse({
  1. String? nextToken,
  2. List<SystemTemplateSummary>? summaries,
})

Implementation

SearchSystemTemplatesResponse({
  this.nextToken,
  this.summaries,
});