GooglePrivacyDlpV2Container constructor

GooglePrivacyDlpV2Container({
  1. String? fullPath,
  2. String? projectId,
  3. String? relativePath,
  4. String? rootPath,
  5. String? type,
  6. String? updateTime,
  7. String? version,
})

Implementation

GooglePrivacyDlpV2Container({
  this.fullPath,
  this.projectId,
  this.relativePath,
  this.rootPath,
  this.type,
  this.updateTime,
  this.version,
});