GooglePrivacyDlpV2DeidentifyContentRequest class
Request to de-identify a ContentItem.
Constructors
- GooglePrivacyDlpV2DeidentifyContentRequest({GooglePrivacyDlpV2DeidentifyConfig? deidentifyConfig, String? deidentifyTemplateName, GooglePrivacyDlpV2InspectConfig? inspectConfig, String? inspectTemplateName, GooglePrivacyDlpV2ContentItem? item, String? locationId})
- GooglePrivacyDlpV2DeidentifyContentRequest.fromJson(Map json_)
Properties
- deidentifyConfig ↔ GooglePrivacyDlpV2DeidentifyConfig?
-
Configuration for the de-identification of the content item.
getter/setter pair
- deidentifyTemplateName ↔ String?
-
Template to use.
getter/setter pair
- 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 de-identify.
getter/setter pair
- locationId ↔ String?
-
This field has no effect.
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