quasiIds property

List<GooglePrivacyDlpV2FieldId>? quasiIds
getter/setter pair

Set of fields to compute k-anonymity over.

When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.

Implementation

core.List<GooglePrivacyDlpV2FieldId>? quasiIds;