ListDashboardVersionsResponse constructor
ListDashboardVersionsResponse({
- List<
DashboardVersionSummary> ? dashboardVersionSummaryList, - String? nextToken,
- String? requestId,
- int? status,
Implementation
ListDashboardVersionsResponse({
this.dashboardVersionSummaryList,
this.nextToken,
this.requestId,
this.status,
});