Evaluation constructor

Evaluation({
  1. BigQueryDestination? bigQueryDestination,
  2. String? createTime,
  3. String? customRulesBucket,
  4. String? description,
  5. String? evaluationType,
  6. Map<String, String>? labels,
  7. String? name,
  8. ResourceFilter? resourceFilter,
  9. ResourceStatus? resourceStatus,
  10. List<String>? ruleNames,
  11. List<String>? ruleVersions,
  12. String? schedule,
  13. String? updateTime,
})

Implementation

Evaluation({
  this.bigQueryDestination,
  this.createTime,
  this.customRulesBucket,
  this.description,
  this.evaluationType,
  this.labels,
  this.name,
  this.resourceFilter,
  this.resourceStatus,
  this.ruleNames,
  this.ruleVersions,
  this.schedule,
  this.updateTime,
});