GoogleCloudDatapipelinesV1ScheduleSpec constructor

GoogleCloudDatapipelinesV1ScheduleSpec({
  1. String? nextJobTime,
  2. String? schedule,
  3. String? timeZone,
})

Implementation

GoogleCloudDatapipelinesV1ScheduleSpec({
  this.nextJobTime,
  this.schedule,
  this.timeZone,
});