GooglePrivacyDlpV2Key constructor

GooglePrivacyDlpV2Key({
  1. GooglePrivacyDlpV2PartitionId? partitionId,
  2. List<GooglePrivacyDlpV2PathElement>? path,
})

Implementation

GooglePrivacyDlpV2Key({
  this.partitionId,
  this.path,
});