GooglePrivacyDlpV2QuasiIdentifierField class
A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.
Constructors
- GooglePrivacyDlpV2QuasiIdentifierField({String? customTag, GooglePrivacyDlpV2FieldId? field})
- GooglePrivacyDlpV2QuasiIdentifierField.fromJson(Map json_)
Properties
- customTag ↔ String?
-
A column can be tagged with a custom tag.
getter/setter pair
- field ↔ GooglePrivacyDlpV2FieldId?
-
Identifies the column.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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