GoogleCloudRunV2ExecutionTemplate constructor

GoogleCloudRunV2ExecutionTemplate({
  1. Map<String, String>? annotations,
  2. Map<String, String>? labels,
  3. int? parallelism,
  4. int? taskCount,
  5. GoogleCloudRunV2TaskTemplate? template,
})

Implementation

GoogleCloudRunV2ExecutionTemplate({
  this.annotations,
  this.labels,
  this.parallelism,
  this.taskCount,
  this.template,
});