GoogleCloudRunV2Task constructor

GoogleCloudRunV2Task({
  1. Map<String, String>? annotations,
  2. String? completionTime,
  3. List<GoogleCloudRunV2Condition>? conditions,
  4. List<GoogleCloudRunV2Container>? containers,
  5. String? createTime,
  6. String? deleteTime,
  7. String? encryptionKey,
  8. String? etag,
  9. String? execution,
  10. String? executionEnvironment,
  11. String? expireTime,
  12. String? generation,
  13. bool? gpuZonalRedundancyDisabled,
  14. int? index,
  15. String? job,
  16. Map<String, String>? labels,
  17. GoogleCloudRunV2TaskAttemptResult? lastAttemptResult,
  18. String? logUri,
  19. int? maxRetries,
  20. String? name,
  21. GoogleCloudRunV2NodeSelector? nodeSelector,
  22. String? observedGeneration,
  23. bool? reconciling,
  24. int? retried,
  25. bool? satisfiesPzs,
  26. String? scheduledTime,
  27. String? serviceAccount,
  28. String? startTime,
  29. String? timeout,
  30. String? uid,
  31. String? updateTime,
  32. List<GoogleCloudRunV2Volume>? volumes,
  33. GoogleCloudRunV2VpcAccess? vpcAccess,
})

Implementation

GoogleCloudRunV2Task({
  this.annotations,
  this.completionTime,
  this.conditions,
  this.containers,
  this.createTime,
  this.deleteTime,
  this.encryptionKey,
  this.etag,
  this.execution,
  this.executionEnvironment,
  this.expireTime,
  this.generation,
  this.gpuZonalRedundancyDisabled,
  this.index,
  this.job,
  this.labels,
  this.lastAttemptResult,
  this.logUri,
  this.maxRetries,
  this.name,
  this.nodeSelector,
  this.observedGeneration,
  this.reconciling,
  this.retried,
  this.satisfiesPzs,
  this.scheduledTime,
  this.serviceAccount,
  this.startTime,
  this.timeout,
  this.uid,
  this.updateTime,
  this.volumes,
  this.vpcAccess,
});