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