identifyingFields property

List<GooglePrivacyDlpV2FieldId>? identifyingFields
getter/setter pair

The columns that are the primary keys for table objects included in ContentItem.

A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

Implementation

core.List<GooglePrivacyDlpV2FieldId>? identifyingFields;