DescribeThemeAliasResponse constructor
DescribeThemeAliasResponse({
- String? requestId,
- int? status,
- ThemeAlias? themeAlias,
Implementation
DescribeThemeAliasResponse({
this.requestId,
this.status,
this.themeAlias,
});