WorkflowTemplate constructor

WorkflowTemplate({
  1. String? createTime,
  2. String? dagTimeout,
  3. GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig? encryptionConfig,
  4. String? id,
  5. List<OrderedJob>? jobs,
  6. Map<String, String>? labels,
  7. String? name,
  8. List<TemplateParameter>? parameters,
  9. WorkflowTemplatePlacement? placement,
  10. String? updateTime,
  11. int? version,
})

Implementation

WorkflowTemplate({
  this.createTime,
  this.dagTimeout,
  this.encryptionConfig,
  this.id,
  this.jobs,
  this.labels,
  this.name,
  this.parameters,
  this.placement,
  this.updateTime,
  this.version,
});