args property

List<String>? args
getter/setter pair

Arguments to the entrypoint.

The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.

Implementation

core.List<core.String>? args;