GooglePrivacyDlpV2InspectResult class Null safety
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.
read / write
- 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.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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