runtime property

TfArg<String>? runtime
final

Runtime identifier, e.g. 'python311', 'nodejs20', 'go122'. The schema marks this optional (updates can omit it) but creating a new function effectively requires it.

Implementation

final TfArg<String>? runtime;