GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues class Null safety
A tuple of values for the quasi-identifier columns.
Constructors
-
GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues({double? estimatedProbability, List<
GooglePrivacyDlpV2Value> ? quasiIdsValues}) - GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues.fromJson(Map json_)
Properties
- estimatedProbability ↔ double?
-
The estimated probability that a given individual sharing these
quasi-identifier values is in the dataset.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
quasiIdsValues
↔ List<
GooglePrivacyDlpV2Value> ? -
The quasi-identifier values.
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