GooglePrivacyDlpV2DeidentifyTemplate class

DeidentifyTemplates contains instructions on how to de-identify content.

See https://cloud.google.com/sensitive-data-protection/docs/concepts-templates to learn more.

Constructors

GooglePrivacyDlpV2DeidentifyTemplate({String? createTime, GooglePrivacyDlpV2DeidentifyConfig? deidentifyConfig, String? description, String? displayName, String? name, String? updateTime})
GooglePrivacyDlpV2DeidentifyTemplate.fromJson(Map json_)

Properties

createTime String?
The creation timestamp of an inspectTemplate.
getter/setter pair
deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig?
The core content of the template.
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
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