SearchDashboardsResponse constructor
SearchDashboardsResponse({
- List<
DashboardSummary> ? dashboardSummaryList, - String? nextToken,
- String? requestId,
- int? status,
Implementation
SearchDashboardsResponse({
this.dashboardSummaryList,
this.nextToken,
this.requestId,
this.status,
});