GoogleCloudContentwarehouseV1RuleEvaluatorOutput class

Represents the output of the Rule Evaluator.

Properties

hashCode int
The hash code for this object.
no setterinherited
invalidRules List<GoogleCloudContentwarehouseV1InvalidRule>?
A subset of triggered rules that failed the validation check(s) after parsing.
getter/setter pair
matchedRules List<GoogleCloudContentwarehouseV1Rule>?
A subset of triggered rules that are evaluated true for a given request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triggeredRules List<GoogleCloudContentwarehouseV1Rule>?
List of rules fetched from database for the given request trigger type.
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