GooglePrivacyDlpV2DlpJob constructor

GooglePrivacyDlpV2DlpJob({
  1. List<GooglePrivacyDlpV2ActionDetails>? actionDetails,
  2. String? createTime,
  3. String? endTime,
  4. List<GooglePrivacyDlpV2Error>? errors,
  5. GooglePrivacyDlpV2InspectDataSourceDetails? inspectDetails,
  6. String? jobTriggerName,
  7. String? lastModified,
  8. String? name,
  9. GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails? riskDetails,
  10. String? startTime,
  11. String? state,
  12. 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,
});