GoogleCloudRunV2RevisionTemplate constructor

GoogleCloudRunV2RevisionTemplate({
  1. Map<String, String>? annotations,
  2. List<GoogleCloudRunV2Container>? containers,
  3. String? encryptionKey,
  4. String? encryptionKeyRevocationAction,
  5. String? encryptionKeyShutdownDuration,
  6. String? executionEnvironment,
  7. bool? healthCheckDisabled,
  8. Map<String, String>? labels,
  9. int? maxInstanceRequestConcurrency,
  10. GoogleCloudRunV2NodeSelector? nodeSelector,
  11. String? revision,
  12. GoogleCloudRunV2RevisionScaling? scaling,
  13. String? serviceAccount,
  14. GoogleCloudRunV2ServiceMesh? serviceMesh,
  15. bool? sessionAffinity,
  16. String? timeout,
  17. List<GoogleCloudRunV2Volume>? volumes,
  18. GoogleCloudRunV2VpcAccess? vpcAccess,
})

Implementation

GoogleCloudRunV2RevisionTemplate({
  this.annotations,
  this.containers,
  this.encryptionKey,
  this.encryptionKeyRevocationAction,
  this.encryptionKeyShutdownDuration,
  this.executionEnvironment,
  this.healthCheckDisabled,
  this.labels,
  this.maxInstanceRequestConcurrency,
  this.nodeSelector,
  this.revision,
  this.scaling,
  this.serviceAccount,
  this.serviceMesh,
  this.sessionAffinity,
  this.timeout,
  this.volumes,
  this.vpcAccess,
});