GetAppResponse constructor

GetAppResponse({
  1. AppSummary? appSummary,
  2. List<ServerGroup>? serverGroups,
  3. List<Tag>? tags,
})

Implementation

GetAppResponse({
  this.appSummary,
  this.serverGroups,
  this.tags,
});