DeleteTemplateAliasResponse constructor

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

Implementation

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