GooglePrivacyDlpV2JobTrigger constructor
GooglePrivacyDlpV2JobTrigger({
- String? createTime,
- String? description,
- String? displayName,
- List<
GooglePrivacyDlpV2Error> ? errors, - GooglePrivacyDlpV2InspectJobConfig? inspectJob,
- String? lastRunTime,
- String? name,
- String? status,
- List<
GooglePrivacyDlpV2Trigger> ? triggers, - String? updateTime,
Implementation
GooglePrivacyDlpV2JobTrigger({
this.createTime,
this.description,
this.displayName,
this.errors,
this.inspectJob,
this.lastRunTime,
this.name,
this.status,
this.triggers,
this.updateTime,
});