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