GooglePrivacyDlpV2ReidentifyContentRequest class
Request to re-identify an item.
Constructors
- GooglePrivacyDlpV2ReidentifyContentRequest({GooglePrivacyDlpV2InspectConfig? inspectConfig, String? inspectTemplateName, GooglePrivacyDlpV2ContentItem? item, String? locationId, GooglePrivacyDlpV2DeidentifyConfig? reidentifyConfig, String? reidentifyTemplateName})
- GooglePrivacyDlpV2ReidentifyContentRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inspectConfig ↔ GooglePrivacyDlpV2InspectConfig?
-
Configuration for the inspector.
getter/setter pair
- inspectTemplateName ↔ String?
-
Template to use.
getter/setter pair
- item ↔ GooglePrivacyDlpV2ContentItem?
-
The item to re-identify.
getter/setter pair
- locationId ↔ String?
-
This field has no effect.
getter/setter pair
- reidentifyConfig ↔ GooglePrivacyDlpV2DeidentifyConfig?
-
Configuration for the re-identification of the content item.
getter/setter pair
- reidentifyTemplateName ↔ String?
-
Template to use.
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