AppsOutage constructor

AppsOutage({
  1. String? dashboardUri,
  2. String? nextUpdateTime,
  3. List<String>? products,
  4. String? resolutionTime,
  5. String? status,
})

Implementation

AppsOutage({
  this.dashboardUri,
  this.nextUpdateTime,
  this.products,
  this.resolutionTime,
  this.status,
});