AnalysisSummary constructor

AnalysisSummary({
  1. String? analysisId,
  2. String? arn,
  3. DateTime? createdTime,
  4. DateTime? lastUpdatedTime,
  5. String? name,
  6. ResourceStatus? status,
})

Implementation

AnalysisSummary({
  this.analysisId,
  this.arn,
  this.createdTime,
  this.lastUpdatedTime,
  this.name,
  this.status,
});