GoogleCloudRunV2Revision constructor

GoogleCloudRunV2Revision({
  1. Map<String, String>? annotations,
  2. String? client,
  3. String? clientVersion,
  4. List<GoogleCloudRunV2Condition>? conditions,
  5. List<GoogleCloudRunV2Container>? containers,
  6. String? createTime,
  7. String? creator,
  8. String? deleteTime,
  9. String? encryptionKey,
  10. String? encryptionKeyRevocationAction,
  11. String? encryptionKeyShutdownDuration,
  12. String? etag,
  13. String? executionEnvironment,
  14. String? expireTime,
  15. String? generation,
  16. bool? gpuZonalRedundancyDisabled,
  17. Map<String, String>? labels,
  18. String? launchStage,
  19. String? logUri,
  20. int? maxInstanceRequestConcurrency,
  21. String? name,
  22. GoogleCloudRunV2NodeSelector? nodeSelector,
  23. String? observedGeneration,
  24. bool? reconciling,
  25. bool? satisfiesPzs,
  26. GoogleCloudRunV2RevisionScaling? scaling,
  27. GoogleCloudRunV2RevisionScalingStatus? scalingStatus,
  28. String? service,
  29. String? serviceAccount,
  30. GoogleCloudRunV2ServiceMesh? serviceMesh,
  31. bool? sessionAffinity,
  32. String? timeout,
  33. String? uid,
  34. String? updateTime,
  35. List<GoogleCloudRunV2Volume>? volumes,
  36. GoogleCloudRunV2VpcAccess? vpcAccess,
})

Implementation

GoogleCloudRunV2Revision({
  this.annotations,
  this.client,
  this.clientVersion,
  this.conditions,
  this.containers,
  this.createTime,
  this.creator,
  this.deleteTime,
  this.encryptionKey,
  this.encryptionKeyRevocationAction,
  this.encryptionKeyShutdownDuration,
  this.etag,
  this.executionEnvironment,
  this.expireTime,
  this.generation,
  this.gpuZonalRedundancyDisabled,
  this.labels,
  this.launchStage,
  this.logUri,
  this.maxInstanceRequestConcurrency,
  this.name,
  this.nodeSelector,
  this.observedGeneration,
  this.reconciling,
  this.satisfiesPzs,
  this.scaling,
  this.scalingStatus,
  this.service,
  this.serviceAccount,
  this.serviceMesh,
  this.sessionAffinity,
  this.timeout,
  this.uid,
  this.updateTime,
  this.volumes,
  this.vpcAccess,
});