GoogleCloudRunV2ExecutionTemplate constructor

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

Implementation

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