JobTemplate constructor

JobTemplate({
  1. JobConfig? config,
  2. Map<String, String>? labels,
  3. String? name,
})

Implementation

JobTemplate({this.config, this.labels, this.name});