GooglePrivacyDlpV2RecordLocation class
Location of a finding within a row or record.
Constructors
- GooglePrivacyDlpV2RecordLocation({GooglePrivacyDlpV2FieldId? fieldId, GooglePrivacyDlpV2RecordKey? recordKey, GooglePrivacyDlpV2TableLocation? tableLocation})
- GooglePrivacyDlpV2RecordLocation.fromJson(Map json_)
Properties
- fieldId ↔ GooglePrivacyDlpV2FieldId?
-
Field id of the field containing the finding.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- recordKey ↔ GooglePrivacyDlpV2RecordKey?
-
Key of the finding.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableLocation ↔ GooglePrivacyDlpV2TableLocation?
-
Location within a
ContentItem.Table
.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