Evaluation class

LINT.IfChange Message describing Evaluation object

Constructors

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})
Evaluation.fromJson(Map json_)

Properties

bigQueryDestination BigQueryDestination?
BigQuery destination
getter/setter pair
createTime String?
Create time stamp
getter/setter pair
customRulesBucket String?
The Cloud Storage bucket name for custom rules.
getter/setter pair
description String?
Description of the Evaluation
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels as key value pairs
getter/setter pair
name String?
name of resource names have the form 'projects/{project_id}/locations/{location_id}/evaluations/{evaluation_id}'
getter/setter pair
resourceFilter ResourceFilter?
annotations as key value pairs
getter/setter pair
resourceStatus ResourceStatus?
The updated rule ids if exist.
getter/setter pair
ruleNames List<String>?
the name of the rule
getter/setter pair
ruleVersions List<String>?
The updated rule ids if exist.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule String?
crontab format schedule for scheduled evaluation, currently only support the following schedule: "0 * / 1 * * *", "0 * / 6 * * *", "0 * / 12 * * *", "0 0 * / 1 * *", "0 0 * / 7 * *",
getter/setter pair
updateTime String?
Update time stamp
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited