updatePolicy property

Runtime update policy. Pick AutomaticUpdatePolicy (the default -- pull patch-level runtime updates on every deploy) or OnDeployUpdatePolicy (pin the runtime version at deploy time).

Implementation

final Cloudfunctions2FunctionUpdatePolicy? updatePolicy;