GooglePrivacyDlpV2HybridFindingDetails class Null safety
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.
read / write
- fileOffset ↔ String?
-
Offset in bytes of the line, from the beginning of the file, where the
finding is located.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
labels
↔ Map<
String, String> ? -
Labels to represent user provided metadata about the data being inspected.
read / write
- rowOffset ↔ String?
-
Offset of the row for tables.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tableOptions ↔ GooglePrivacyDlpV2TableOptions?
-
If the container is a table, additional information to make findings
meaningful such as the columns that are primary keys.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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