DeleteDashboardResponse constructor

DeleteDashboardResponse({
  1. String? arn,
  2. String? dashboardId,
  3. String? requestId,
  4. int? status,
})

Implementation

DeleteDashboardResponse({
  this.arn,
  this.dashboardId,
  this.requestId,
  this.status,
});