Evaluation constructor

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

Implementation

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