ListTemplatesResponse constructor

ListTemplatesResponse({
  1. String? nextToken,
  2. String? requestId,
  3. int? status,
  4. List<TemplateSummary>? templateSummaryList,
})

Implementation

ListTemplatesResponse({
  this.nextToken,
  this.requestId,
  this.status,
  this.templateSummaryList,
});