GooglePrivacyDlpV2RecordKey constructor

GooglePrivacyDlpV2RecordKey({
  1. GooglePrivacyDlpV2BigQueryKey? bigQueryKey,
  2. GooglePrivacyDlpV2DatastoreKey? datastoreKey,
  3. List<String>? idValues,
})

Implementation

GooglePrivacyDlpV2RecordKey({
  this.bigQueryKey,
  this.datastoreKey,
  this.idValues,
});