GoogleCloudRunV2WorkerPoolRevisionTemplate constructor

GoogleCloudRunV2WorkerPoolRevisionTemplate({
  1. Map<String, String>? annotations,
  2. List<GoogleCloudRunV2Container>? containers,
  3. String? encryptionKey,
  4. String? encryptionKeyRevocationAction,
  5. String? encryptionKeyShutdownDuration,
  6. Map<String, String>? labels,
  7. GoogleCloudRunV2NodeSelector? nodeSelector,
  8. String? revision,
  9. String? serviceAccount,
  10. GoogleCloudRunV2ServiceMesh? serviceMesh,
  11. bool? sessionAffinity,
  12. List<GoogleCloudRunV2Volume>? volumes,
  13. GoogleCloudRunV2VpcAccess? vpcAccess,
})

Implementation

GoogleCloudRunV2WorkerPoolRevisionTemplate({
  this.annotations,
  this.containers,
  this.encryptionKey,
  this.encryptionKeyRevocationAction,
  this.encryptionKeyShutdownDuration,
  this.labels,
  this.nodeSelector,
  this.revision,
  this.serviceAccount,
  this.serviceMesh,
  this.sessionAffinity,
  this.volumes,
  this.vpcAccess,
});