GoogleCloudRunV2Execution constructor

GoogleCloudRunV2Execution({
  1. Map<String, String>? annotations,
  2. int? cancelledCount,
  3. String? completionTime,
  4. List<GoogleCloudRunV2Condition>? conditions,
  5. String? createTime,
  6. String? deleteTime,
  7. String? etag,
  8. String? expireTime,
  9. int? failedCount,
  10. String? generation,
  11. String? job,
  12. Map<String, String>? labels,
  13. String? launchStage,
  14. String? logUri,
  15. String? name,
  16. String? observedGeneration,
  17. int? parallelism,
  18. bool? reconciling,
  19. int? retriedCount,
  20. int? runningCount,
  21. bool? satisfiesPzs,
  22. String? startTime,
  23. int? succeededCount,
  24. int? taskCount,
  25. GoogleCloudRunV2TaskTemplate? template,
  26. String? uid,
  27. String? updateTime,
})

Implementation

GoogleCloudRunV2Execution({
  this.annotations,
  this.cancelledCount,
  this.completionTime,
  this.conditions,
  this.createTime,
  this.deleteTime,
  this.etag,
  this.expireTime,
  this.failedCount,
  this.generation,
  this.job,
  this.labels,
  this.launchStage,
  this.logUri,
  this.name,
  this.observedGeneration,
  this.parallelism,
  this.reconciling,
  this.retriedCount,
  this.runningCount,
  this.satisfiesPzs,
  this.startTime,
  this.succeededCount,
  this.taskCount,
  this.template,
  this.uid,
  this.updateTime,
});