GooglePrivacyDlpV2ContentPolicy constructor
GooglePrivacyDlpV2ContentPolicy({
- String? createTime,
- GooglePrivacyDlpV2PolicyAction? defaultAction,
- String? displayName,
- List<
GooglePrivacyDlpV2Error> ? errors, - GooglePrivacyDlpV2PolicyAction? failedToScanSupportedFileType,
- GooglePrivacyDlpV2PolicyAction? inputTooLarge,
- GooglePrivacyDlpV2InspectConfig? inspectConfig,
- GooglePrivacyDlpV2InspectTemplate? inspectTemplate,
- List<
GooglePrivacyDlpV2LoggingConfig> ? loggingConfigs, - String? name,
- List<
GooglePrivacyDlpV2PolicyRule> ? rules, - GooglePrivacyDlpV2PolicyAction? unsupportedFileType,
- 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,
});