RuleDetail constructor

RuleDetail({
  1. String? arn,
  2. String? createdTime,
  3. String? description,
  4. String? detectorId,
  5. String? expression,
  6. Language? language,
  7. String? lastUpdatedTime,
  8. List<String>? outcomes,
  9. String? ruleId,
  10. String? ruleVersion,
})

Implementation

RuleDetail({
  this.arn,
  this.createdTime,
  this.description,
  this.detectorId,
  this.expression,
  this.language,
  this.lastUpdatedTime,
  this.outcomes,
  this.ruleId,
  this.ruleVersion,
});