GooglePrivacyDlpV2LikelihoodAdjustment class

Message for specifying an adjustment to the likelihood of a finding as part of a detection rule.

Constructors

GooglePrivacyDlpV2LikelihoodAdjustment({String? fixedLikelihood, int? relativeLikelihood})
GooglePrivacyDlpV2LikelihoodAdjustment.fromJson(Map json_)

Properties

fixedLikelihood String?
Set the likelihood of a finding to a fixed value. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
relativeLikelihood int?
Increase or decrease the likelihood by the specified number of levels.
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