GooglePrivacyDlpV2InfoTypeDescription class
InfoType description.
Constructors
-
GooglePrivacyDlpV2InfoTypeDescription({List<
GooglePrivacyDlpV2InfoTypeCategory> ? categories, String? description, String? displayName, String? name, GooglePrivacyDlpV2SensitivityScore? sensitivityScore, List<String> ? supportedBy, List<GooglePrivacyDlpV2VersionDescription> ? versions}) - GooglePrivacyDlpV2InfoTypeDescription.fromJson(Map json_)
Properties
-
categories
↔ List<
GooglePrivacyDlpV2InfoTypeCategory> ? -
The category of the infoType.
getter/setter pair
- description ↔ String?
-
Description of the infotype.
getter/setter pair
- displayName ↔ String?
-
Human readable form of the infoType name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Internal name of the infoType.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sensitivityScore ↔ GooglePrivacyDlpV2SensitivityScore?
-
The default sensitivity of the infoType.
getter/setter pair
-
supportedBy
↔ List<
String> ? -
Which parts of the API supports this InfoType.
getter/setter pair
-
versions
↔ List<
GooglePrivacyDlpV2VersionDescription> ? -
A list of available versions for the infotype.
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