CreateAnalysisResponse constructor
CreateAnalysisResponse({
- String? analysisId,
- String? arn,
- ResourceStatus? creationStatus,
- String? requestId,
- int? status,
Implementation
CreateAnalysisResponse({
this.analysisId,
this.arn,
this.creationStatus,
this.requestId,
this.status,
});