Evaluation constructor

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

Implementation

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