GoogleCloudRunV2Job constructor

GoogleCloudRunV2Job({
  1. Map<String, String>? annotations,
  2. GoogleCloudRunV2BinaryAuthorization? binaryAuthorization,
  3. String? client,
  4. String? clientVersion,
  5. List<GoogleCloudRunV2Condition>? conditions,
  6. String? createTime,
  7. String? creator,
  8. String? deleteTime,
  9. String? etag,
  10. int? executionCount,
  11. String? expireTime,
  12. String? generation,
  13. Map<String, String>? labels,
  14. String? lastModifier,
  15. GoogleCloudRunV2ExecutionReference? latestCreatedExecution,
  16. String? launchStage,
  17. String? name,
  18. String? observedGeneration,
  19. bool? reconciling,
  20. bool? satisfiesPzs,
  21. GoogleCloudRunV2ExecutionTemplate? template,
  22. GoogleCloudRunV2Condition? terminalCondition,
  23. String? uid,
  24. String? updateTime,
})

Implementation

GoogleCloudRunV2Job({
  this.annotations,
  this.binaryAuthorization,
  this.client,
  this.clientVersion,
  this.conditions,
  this.createTime,
  this.creator,
  this.deleteTime,
  this.etag,
  this.executionCount,
  this.expireTime,
  this.generation,
  this.labels,
  this.lastModifier,
  this.latestCreatedExecution,
  this.launchStage,
  this.name,
  this.observedGeneration,
  this.reconciling,
  this.satisfiesPzs,
  this.template,
  this.terminalCondition,
  this.uid,
  this.updateTime,
});