GooglePrivacyDlpV2TaggedField class
A column with a semantic tag attached.
Constructors
- GooglePrivacyDlpV2TaggedField({String? customTag, GooglePrivacyDlpV2FieldId? field, GoogleProtobufEmpty? inferred, GooglePrivacyDlpV2InfoType? infoType})
- GooglePrivacyDlpV2TaggedField.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
- inferred ↔ GoogleProtobufEmpty?
-
If no semantic tag is indicated, we infer the statistical model from the
distribution of values in the input data
getter/setter pair
- infoType ↔ GooglePrivacyDlpV2InfoType?
-
A column can be tagged with a InfoType to use the relevant public dataset
as a statistical model of population, if available.
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