GooglePrivacyDlpV2HybridFindingDetails class
Populate to associate additional data with each finding.
Constructors
-
GooglePrivacyDlpV2HybridFindingDetails({GooglePrivacyDlpV2Container? containerDetails, String? fileOffset, Map<
String, String> ? labels, String? rowOffset, GooglePrivacyDlpV2TableOptions? tableOptions}) - GooglePrivacyDlpV2HybridFindingDetails.fromJson(Map json_)
Properties
- containerDetails ↔ GooglePrivacyDlpV2Container?
-
Details about the container where the content being inspected is from.
getter/setter pair
- fileOffset ↔ String?
-
Offset in bytes of the line, from the beginning of the file, where the
finding is located.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Labels to represent user provided metadata about the data being inspected.
getter/setter pair
- rowOffset ↔ String?
-
Offset of the row for tables.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableOptions ↔ GooglePrivacyDlpV2TableOptions?
-
If the container is a table, additional information to make findings
meaningful such as the columns that are primary keys.
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