Evaluation constructor
Evaluation({
- BigQueryDestination? bigQueryDestination,
- String? createTime,
- String? customRulesBucket,
- String? description,
- Map<
String, String> ? labels, - String? name,
- ResourceFilter? resourceFilter,
- ResourceStatus? resourceStatus,
- List<
String> ? ruleNames, - List<
String> ? ruleVersions, - String? schedule,
- 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,
});