GooglePrivacyDlpV2FindingLimits class Null safety
Configuration to control the number of findings returned for inspection.
This is not used for de-identification or data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error.
Constructors
-
GooglePrivacyDlpV2FindingLimits({List<
GooglePrivacyDlpV2InfoTypeLimit> ? maxFindingsPerInfoType, int? maxFindingsPerItem, int? maxFindingsPerRequest}) - GooglePrivacyDlpV2FindingLimits.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
maxFindingsPerInfoType
↔ List<
GooglePrivacyDlpV2InfoTypeLimit> ? -
Configuration of findings limit given for specified infoTypes.
read / write
- maxFindingsPerItem ↔ int?
-
Max number of findings that will be returned for each item scanned.
read / write
- maxFindingsPerRequest ↔ int?
-
Max number of findings that will be returned per request/job.
read / write
- 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