ListAnalysesResponse constructor

ListAnalysesResponse({
  1. List<AnalysisSummary>? analysisSummaryList,
  2. String? nextToken,
  3. String? requestId,
  4. int? status,
})

Implementation

ListAnalysesResponse({
  this.analysisSummaryList,
  this.nextToken,
  this.requestId,
  this.status,
});