GooglePrivacyDlpV2CreateDeidentifyTemplateRequest class
Request message for CreateDeidentifyTemplate.
Constructors
- GooglePrivacyDlpV2CreateDeidentifyTemplateRequest({GooglePrivacyDlpV2DeidentifyTemplate? deidentifyTemplate, String? locationId, String? templateId})
- GooglePrivacyDlpV2CreateDeidentifyTemplateRequest.fromJson(Map json_)
Properties
- deidentifyTemplate ↔ GooglePrivacyDlpV2DeidentifyTemplate?
-
The DeidentifyTemplate to create.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationId ↔ String?
-
This field has no effect.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- templateId ↔ String?
-
The template id can contain uppercase and lowercase letters, numbers, and
hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
.getter/setter pair
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