GooglePrivacyDlpV2Container class
Represents a container that may contain DLP findings.
Examples of a container include a file, table, or database record.
Constructors
- GooglePrivacyDlpV2Container({String? fullPath, String? projectId, String? relativePath, String? rootPath, String? type, String? updateTime, String? version})
- GooglePrivacyDlpV2Container.fromJson(Map json_)
Properties
- fullPath ↔ String?
-
A string representation of the full container name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- projectId ↔ String?
-
Project where the finding was found.
getter/setter pair
- relativePath ↔ String?
-
The rest of the path after the root.
getter/setter pair
- rootPath ↔ String?
-
The root of the container.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Container type, for example BigQuery or Cloud Storage.
getter/setter pair
- updateTime ↔ String?
-
Findings container modification timestamp, if applicable.
getter/setter pair
- version ↔ String?
-
Findings container version, if available ("generation" for Cloud Storage).
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