CheckSetResult class
Result of evaluating one check set.
Constructors
- CheckSetResult({AllowlistResult? allowlistResult, CheckResults? checkResults, String? displayName, String? explanation, String? index, Scope? scope})
- CheckSetResult.fromJson(Map json_)
Properties
- allowlistResult ↔ AllowlistResult?
-
If the image was exempted by an allow_pattern in the check set, contains
the pattern that the image name matched.
getter/setter pair
- checkResults ↔ CheckResults?
-
If checks were evaluated, contains the results of evaluating each check.
getter/setter pair
- displayName ↔ String?
-
The name of the check set.
getter/setter pair
- explanation ↔ String?
-
Explanation of this check set result.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- index ↔ String?
-
The index of the check set.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ Scope?
-
The scope of the check set.
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