DescribeAnalysisResponse constructor

DescribeAnalysisResponse({
  1. Analysis? analysis,
  2. String? requestId,
  3. int? status,
})

Implementation

DescribeAnalysisResponse({
  this.analysis,
  this.requestId,
  this.status,
});