UpdateAppResponse constructor

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

Implementation

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