GoogleCloudRunV2ContainerArgs

constructor(args: Output<List<String>>? = null, command: Output<List<String>>? = null, dependsOn: Output<List<String>>? = null, env: Output<List<GoogleCloudRunV2EnvVarArgs>>? = null, image: Output<String>, livenessProbe: Output<GoogleCloudRunV2ProbeArgs>? = null, name: Output<String>? = null, ports: Output<List<GoogleCloudRunV2ContainerPortArgs>>? = null, resources: Output<GoogleCloudRunV2ResourceRequirementsArgs>? = null, startupProbe: Output<GoogleCloudRunV2ProbeArgs>? = null, volumeMounts: Output<List<GoogleCloudRunV2VolumeMountArgs>>? = null, workingDir: Output<String>? = null)