TemplateVersionsResponse constructor

TemplateVersionsResponse({
  1. required List<TemplateVersionResponse> item,
  2. String? message,
  3. String? nextToken,
  4. String? requestID,
})

Implementation

TemplateVersionsResponse({
  required this.item,
  this.message,
  this.nextToken,
  this.requestID,
});