GooglePrivacyDlpV2StoredInfoType class
StoredInfoType resource message that contains information about the current version and any pending updates.
Constructors
-
GooglePrivacyDlpV2StoredInfoType({GooglePrivacyDlpV2StoredInfoTypeVersion? currentVersion, String? name, List<
GooglePrivacyDlpV2StoredInfoTypeVersion> ? pendingVersions}) - GooglePrivacyDlpV2StoredInfoType.fromJson(Map json_)
Properties
- currentVersion ↔ GooglePrivacyDlpV2StoredInfoTypeVersion?
-
Current version of the stored info type.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Resource name.
getter/setter pair
-
pendingVersions
↔ List<
GooglePrivacyDlpV2StoredInfoTypeVersion> ? -
Pending versions of the stored info type.
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