GooglePrivacyDlpV2InspectTemplate class
The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig.
See https://cloud.google.com/sensitive-data-protection/docs/concepts-templates to learn more.
Constructors
- GooglePrivacyDlpV2InspectTemplate({String? createTime, String? description, String? displayName, GooglePrivacyDlpV2InspectConfig? inspectConfig, String? name, String? updateTime})
- GooglePrivacyDlpV2InspectTemplate.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The creation timestamp of an inspectTemplate.
getter/setter pair
- description ↔ String?
-
Short description (max 256 chars).
getter/setter pair
- displayName ↔ String?
-
Display name (max 256 chars).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inspectConfig ↔ GooglePrivacyDlpV2InspectConfig?
-
The core content of the template.
getter/setter pair
- name ↔ String?
-
The template name.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The last update timestamp of an inspectTemplate.
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