RestoreAnalysisResponse constructor

RestoreAnalysisResponse({
  1. String? analysisId,
  2. String? arn,
  3. String? requestId,
  4. int? status,
})

Implementation

RestoreAnalysisResponse({
  this.analysisId,
  this.arn,
  this.requestId,
  this.status,
});