SearchAnalysesResponse constructor
SearchAnalysesResponse({
- List<
AnalysisSummary> ? analysisSummaryList, - String? nextToken,
- String? requestId,
- int? status,
Implementation
SearchAnalysesResponse({
this.analysisSummaryList,
this.nextToken,
this.requestId,
this.status,
});