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. int? index,
  14. String? job,
  15. Map<String, String>? labels,
  16. GoogleCloudRunV2TaskAttemptResult? lastAttemptResult,
  17. String? logUri,
  18. int? maxRetries,
  19. String? name,
  20. String? observedGeneration,
  21. bool? reconciling,
  22. int? retried,
  23. bool? satisfiesPzs,
  24. String? scheduledTime,
  25. String? serviceAccount,
  26. String? startTime,
  27. String? timeout,
  28. String? uid,
  29. String? updateTime,
  30. List<GoogleCloudRunV2Volume>? volumes,
  31. 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.index,
  this.job,
  this.labels,
  this.lastAttemptResult,
  this.logUri,
  this.maxRetries,
  this.name,
  this.observedGeneration,
  this.reconciling,
  this.retried,
  this.satisfiesPzs,
  this.scheduledTime,
  this.serviceAccount,
  this.startTime,
  this.timeout,
  this.uid,
  this.updateTime,
  this.volumes,
  this.vpcAccess,
});