GooglePrivacyDlpV2Bucket class
Bucket is represented as a range, along with replacement values.
Constructors
- GooglePrivacyDlpV2Bucket({GooglePrivacyDlpV2Value? max, GooglePrivacyDlpV2Value? min, GooglePrivacyDlpV2Value? replacementValue})
- GooglePrivacyDlpV2Bucket.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- max ↔ GooglePrivacyDlpV2Value?
-
Upper bound of the range, exclusive; type must match min.
getter/setter pair
- min ↔ GooglePrivacyDlpV2Value?
-
Lower bound of the range, inclusive.
getter/setter pair
- replacementValue ↔ GooglePrivacyDlpV2Value?
-
Replacement value for this bucket.
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