GooglePrivacyDlpV2DiscoveryConfig constructor
GooglePrivacyDlpV2DiscoveryConfig({
- List<
GooglePrivacyDlpV2DataProfileAction> ? actions, - String? createTime,
- String? displayName,
- List<
GooglePrivacyDlpV2Error> ? errors, - List<
String> ? inspectTemplates, - String? lastRunTime,
- String? name,
- GooglePrivacyDlpV2OrgConfig? orgConfig,
- String? status,
- List<
GooglePrivacyDlpV2DiscoveryTarget> ? targets, - String? updateTime,
Implementation
GooglePrivacyDlpV2DiscoveryConfig({
this.actions,
this.createTime,
this.displayName,
this.errors,
this.inspectTemplates,
this.lastRunTime,
this.name,
this.orgConfig,
this.status,
this.targets,
this.updateTime,
});