runtime property
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;
Runtime identifier, e.g. 'python311', 'nodejs20', 'go122'. The
schema marks this optional (updates can omit it) but creating a new
function effectively requires it.
final TfArg<String>? runtime;