ListTemplateVersionsResponse constructor
ListTemplateVersionsResponse({
- String? nextToken,
- String? requestId,
- int? status,
- List<
TemplateVersionSummary> ? templateVersionSummaryList,
Implementation
ListTemplateVersionsResponse({
this.nextToken,
this.requestId,
this.status,
this.templateVersionSummaryList,
});