GoogleCloudRunV2Revision constructor

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

Implementation

GoogleCloudRunV2Revision({
  this.annotations,
  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,
});