fields property

List<GooglePrivacyDlpV2FieldId>? fields
getter/setter pair

Input field(s) to apply the transformation to.

When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of "contact.nums[0].type", use "contact.nums.type".

Required.

Implementation

core.List<GooglePrivacyDlpV2FieldId>? fields;