GooglePrivacyDlpV2StoredInfoTypeConfig class
Configuration for stored infoTypes.
All fields and subfield are provided by the user. For more information, see https://cloud.google.com/sensitive-data-protection/docs/creating-custom-infotypes.
Constructors
- GooglePrivacyDlpV2StoredInfoTypeConfig({String? description, GooglePrivacyDlpV2Dictionary? dictionary, String? displayName, GooglePrivacyDlpV2LargeCustomDictionaryConfig? largeCustomDictionary, GooglePrivacyDlpV2Regex? regex})
- GooglePrivacyDlpV2StoredInfoTypeConfig.fromJson(Map json_)
Properties
- description ↔ String?
-
Description of the StoredInfoType (max 256 characters).
getter/setter pair
- dictionary ↔ GooglePrivacyDlpV2Dictionary?
-
Store dictionary-based CustomInfoType.
getter/setter pair
- displayName ↔ String?
-
Display name of the StoredInfoType (max 256 characters).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- largeCustomDictionary ↔ GooglePrivacyDlpV2LargeCustomDictionaryConfig?
-
StoredInfoType where findings are defined by a dictionary of phrases.
getter/setter pair
- regex ↔ GooglePrivacyDlpV2Regex?
-
Store regular expression-based StoredInfoType.
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