TemplateVersionsResponse constructor
TemplateVersionsResponse({
- required List<
TemplateVersionResponse> item, - String? message,
- String? nextToken,
- String? requestID,
Implementation
TemplateVersionsResponse({
required this.item,
this.message,
this.nextToken,
this.requestID,
});