GetDetectorVersionResult constructor

GetDetectorVersionResult({
  1. String? arn,
  2. String? createdTime,
  3. String? description,
  4. String? detectorId,
  5. String? detectorVersionId,
  6. List<String>? externalModelEndpoints,
  7. String? lastUpdatedTime,
  8. List<ModelVersion>? modelVersions,
  9. RuleExecutionMode? ruleExecutionMode,
  10. List<Rule>? rules,
  11. DetectorVersionStatus? status,
})

Implementation

GetDetectorVersionResult({
  this.arn,
  this.createdTime,
  this.description,
  this.detectorId,
  this.detectorVersionId,
  this.externalModelEndpoints,
  this.lastUpdatedTime,
  this.modelVersions,
  this.ruleExecutionMode,
  this.rules,
  this.status,
});