GoogleCloudRunV2Execution constructor

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

Implementation

GoogleCloudRunV2Execution({
  this.annotations,
  this.cancelledCount,
  this.client,
  this.clientVersion,
  this.completionTime,
  this.conditions,
  this.createTime,
  this.creator,
  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,
});