GooglePrivacyDlpV2RecordKey constructor
GooglePrivacyDlpV2RecordKey({
- GooglePrivacyDlpV2BigQueryKey? bigQueryKey,
- GooglePrivacyDlpV2DatastoreKey? datastoreKey,
- List<
String> ? idValues,
Implementation
GooglePrivacyDlpV2RecordKey({
this.bigQueryKey,
this.datastoreKey,
this.idValues,
});