runtime property

String? runtime
getter/setter pair

The runtime in which to run the function.

Required when deploying a new function, optional when updating an existing function. For a complete list of possible choices, see the [gcloud command reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).

Implementation

core.String? runtime;