DeleteThemeAliasResponse constructor

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

Implementation

DeleteThemeAliasResponse({
  this.aliasName,
  this.arn,
  this.requestId,
  this.status,
  this.themeId,
});