GooglePrivacyDlpV2PathElement constructor

GooglePrivacyDlpV2PathElement({
  1. String? id,
  2. String? kind,
  3. String? name,
})

Implementation

GooglePrivacyDlpV2PathElement({
  this.id,
  this.kind,
  this.name,
});