GooglePrivacyDlpV2InfoTypeCategory class

Classification of infoTypes to organize them according to geographic location, industry, and data type.

Constructors

GooglePrivacyDlpV2InfoTypeCategory({String? industryCategory, String? locationCategory, String? typeCategory})
GooglePrivacyDlpV2InfoTypeCategory.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
industryCategory String?
The group of relevant businesses where this infoType is commonly used Possible string values are:
getter/setter pair
locationCategory String?
The region or country that issued the ID or document represented by the infoType. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeCategory String?
The class of identifiers where this infoType belongs Possible string values are:
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