GooglePrivacyDlpV2ContentPolicy constructor

GooglePrivacyDlpV2ContentPolicy({
  1. String? createTime,
  2. GooglePrivacyDlpV2PolicyAction? defaultAction,
  3. String? displayName,
  4. List<GooglePrivacyDlpV2Error>? errors,
  5. GooglePrivacyDlpV2PolicyAction? failedToScanSupportedFileType,
  6. GooglePrivacyDlpV2PolicyAction? inputTooLarge,
  7. GooglePrivacyDlpV2InspectConfig? inspectConfig,
  8. GooglePrivacyDlpV2InspectTemplate? inspectTemplate,
  9. List<GooglePrivacyDlpV2LoggingConfig>? loggingConfigs,
  10. String? name,
  11. List<GooglePrivacyDlpV2PolicyRule>? rules,
  12. GooglePrivacyDlpV2PolicyAction? unsupportedFileType,
  13. String? updateTime,
})

Implementation

GooglePrivacyDlpV2ContentPolicy({
  this.createTime,
  this.defaultAction,
  this.displayName,
  this.errors,
  this.failedToScanSupportedFileType,
  this.inputTooLarge,
  this.inspectConfig,
  this.inspectTemplate,
  this.loggingConfigs,
  this.name,
  this.rules,
  this.unsupportedFileType,
  this.updateTime,
});