GooglePrivacyDlpV2InspectResult class
All the findings for a single scanned item.
Constructors
-
GooglePrivacyDlpV2InspectResult({List<
GooglePrivacyDlpV2Finding> ? findings, bool? findingsTruncated}) - GooglePrivacyDlpV2InspectResult.fromJson(Map json_)
Properties
-
findings
↔ List<
GooglePrivacyDlpV2Finding> ? -
List of findings for an item.
getter/setter pair
- findingsTruncated ↔ bool?
-
If true, then this item might have more findings than were returned, and
the findings returned are an arbitrary subset of all findings.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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