GooglePrivacyDlpV2CloudStorageOptions constructor

GooglePrivacyDlpV2CloudStorageOptions({
  1. String? bytesLimitPerFile,
  2. int? bytesLimitPerFilePercent,
  3. GooglePrivacyDlpV2FileSet? fileSet,
  4. List<String>? fileTypes,
  5. int? filesLimitPercent,
  6. String? sampleMethod,
})

Implementation

GooglePrivacyDlpV2CloudStorageOptions({
  this.bytesLimitPerFile,
  this.bytesLimitPerFilePercent,
  this.fileSet,
  this.fileTypes,
  this.filesLimitPercent,
  this.sampleMethod,
});