UpdateAppResponse constructor
UpdateAppResponse({
- AppSummary? appSummary,
- List<
ServerGroup> ? serverGroups, - List<
Tag> ? tags,
Implementation
UpdateAppResponse({
this.appSummary,
this.serverGroups,
this.tags,
});