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