runtimeVersion property

String? runtimeVersion
getter/setter pair

Which version of maestro to use to execute the script. Possible string values are:

  • "RUNTIME_VERSION_UNSPECIFIED" : Runtime version unset / unknown.
  • "DEPRECATED_ES5" : Legacy rhino version of the Apps script runtime
  • "V8" : Current default V8 version of the apps script runtime.

Implementation

core.String? runtimeVersion;