DeleteTemplateResponse constructor

DeleteTemplateResponse({
  1. String? arn,
  2. String? requestId,
  3. int? status,
  4. String? templateId,
})

Implementation

DeleteTemplateResponse({
  this.arn,
  this.requestId,
  this.status,
  this.templateId,
});