GooglePrivacyDlpV2JobTrigger constructor

GooglePrivacyDlpV2JobTrigger({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. List<GooglePrivacyDlpV2Error>? errors,
  5. GooglePrivacyDlpV2InspectJobConfig? inspectJob,
  6. String? lastRunTime,
  7. String? name,
  8. String? status,
  9. List<GooglePrivacyDlpV2Trigger>? triggers,
  10. String? updateTime,
})

Implementation

GooglePrivacyDlpV2JobTrigger({
  this.createTime,
  this.description,
  this.displayName,
  this.errors,
  this.inspectJob,
  this.lastRunTime,
  this.name,
  this.status,
  this.triggers,
  this.updateTime,
});