DescribeDashboardResponse constructor

DescribeDashboardResponse({
  1. Dashboard? dashboard,
  2. String? requestId,
  3. int? status,
})

Implementation

DescribeDashboardResponse({
  this.dashboard,
  this.requestId,
  this.status,
});