ListDashboardVersionsResponse constructor

ListDashboardVersionsResponse({
  1. List<DashboardVersionSummary>? dashboardVersionSummaryList,
  2. String? nextToken,
  3. String? requestId,
  4. int? status,
})

Implementation

ListDashboardVersionsResponse({
  this.dashboardVersionSummaryList,
  this.nextToken,
  this.requestId,
  this.status,
});