Evaluation constructor

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

Implementation

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