GooglePrivacyDlpV2DlpJob constructor
GooglePrivacyDlpV2DlpJob({
- List<
GooglePrivacyDlpV2ActionDetails> ? actionDetails, - String? createTime,
- String? endTime,
- List<
GooglePrivacyDlpV2Error> ? errors, - GooglePrivacyDlpV2InspectDataSourceDetails? inspectDetails,
- String? jobTriggerName,
- String? lastModified,
- String? name,
- GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails? riskDetails,
- String? startTime,
- String? state,
- String? type,
Implementation
GooglePrivacyDlpV2DlpJob({
this.actionDetails,
this.createTime,
this.endTime,
this.errors,
this.inspectDetails,
this.jobTriggerName,
this.lastModified,
this.name,
this.riskDetails,
this.startTime,
this.state,
this.type,
});