GoogleCloudDataplexV1TaskTriggerSpec constructor

GoogleCloudDataplexV1TaskTriggerSpec({
  1. bool? disabled,
  2. int? maxRetries,
  3. String? schedule,
  4. String? startTime,
  5. String? type,
})

Implementation

GoogleCloudDataplexV1TaskTriggerSpec({
  this.disabled,
  this.maxRetries,
  this.schedule,
  this.startTime,
  this.type,
});