GoogleCloudRunV2Container constructor

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

Implementation

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