GoogleCloudDataplexV1Trigger constructor

GoogleCloudDataplexV1Trigger({
  1. GoogleCloudDataplexV1TriggerOnDemand? onDemand,
  2. GoogleCloudDataplexV1TriggerSchedule? schedule,
})

Implementation

GoogleCloudDataplexV1Trigger({
  this.onDemand,
  this.schedule,
});