GooglePrivacyDlpV2StoredInfoTypeVersion class

Version of a StoredInfoType, including the configuration used to build it, create timestamp, and current state.

Properties

config GooglePrivacyDlpV2StoredInfoTypeConfig?
StoredInfoType configuration.
getter/setter pair
createTime String?
Create timestamp of the version.
getter/setter pair
errors List<GooglePrivacyDlpV2Error>?
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Stored info type version state.
getter/setter pair
stats GooglePrivacyDlpV2StoredInfoTypeStats?
Statistics about this storedInfoType version.
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