GoogleCloudRunV2Container constructor

GoogleCloudRunV2Container({
  1. List<String>? args,
  2. String? baseImageUri,
  3. GoogleCloudRunV2BuildInfo? buildInfo,
  4. List<String>? command,
  5. List<String>? dependsOn,
  6. List<GoogleCloudRunV2EnvVar>? env,
  7. String? image,
  8. GoogleCloudRunV2Probe? livenessProbe,
  9. String? name,
  10. List<GoogleCloudRunV2ContainerPort>? ports,
  11. GoogleCloudRunV2ResourceRequirements? resources,
  12. GoogleCloudRunV2Probe? startupProbe,
  13. List<GoogleCloudRunV2VolumeMount>? volumeMounts,
  14. String? workingDir,
})

Implementation

GoogleCloudRunV2Container({
  this.args,
  this.baseImageUri,
  this.buildInfo,
  this.command,
  this.dependsOn,
  this.env,
  this.image,
  this.livenessProbe,
  this.name,
  this.ports,
  this.resources,
  this.startupProbe,
  this.volumeMounts,
  this.workingDir,
});