GooglePrivacyDlpV2OtherInfoTypeSummary class

Infotype details for other infoTypes found within a column.

Constructors

GooglePrivacyDlpV2OtherInfoTypeSummary({int? estimatedPrevalence, bool? excludedFromAnalysis, GooglePrivacyDlpV2InfoType? infoType})
GooglePrivacyDlpV2OtherInfoTypeSummary.fromJson(Map json_)

Properties

estimatedPrevalence int?
Approximate percentage of non-null rows that contained data detected by this infotype.
getter/setter pair
excludedFromAnalysis bool?
Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
infoType GooglePrivacyDlpV2InfoType?
The other infoType.
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