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