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