ListTemplatesResponse constructor
ListTemplatesResponse({
- String? nextToken,
- String? requestId,
- int? status,
- List<
TemplateSummary> ? templateSummaryList,
Implementation
ListTemplatesResponse({
this.nextToken,
this.requestId,
this.status,
this.templateSummaryList,
});