GooglePrivacyDlpV2CreateJobTriggerRequest constructor

GooglePrivacyDlpV2CreateJobTriggerRequest({
  1. GooglePrivacyDlpV2JobTrigger? jobTrigger,
  2. String? locationId,
  3. String? triggerId,
})

Implementation

GooglePrivacyDlpV2CreateJobTriggerRequest({
  this.jobTrigger,
  this.locationId,
  this.triggerId,
});