ListTemplateVersionsResponse constructor

ListTemplateVersionsResponse({
  1. String? nextToken,
  2. String? requestId,
  3. int? status,
  4. List<TemplateVersionSummary>? templateVersionSummaryList,
})

Implementation

ListTemplateVersionsResponse({
  this.nextToken,
  this.requestId,
  this.status,
  this.templateVersionSummaryList,
});