GooglePrivacyDlpV2InfoTypeLikelihood class

Configuration for setting a minimum likelihood per infotype.

Used to customize the minimum likelihood level for specific infotypes in the request. For example, use this if you want to lower the precision for PERSON_NAME without lowering the precision for the other infotypes in the request.

Properties

hashCode int
The hash code for this object.
no setterinherited
infoType GooglePrivacyDlpV2InfoType?
Type of information the likelihood threshold applies to.
getter/setter pair
minLikelihood String?
Only returns findings equal to or above this threshold.
getter/setter pair
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