codeLanguage property

String? codeLanguage
getter/setter pair

The coding language supported in this environment. Possible string values are:

  • "LANGUAGE_UNSPECIFIED" : The default value. This value is unused.
  • "LANGUAGE_PYTHON" : The coding language is Python.
  • "LANGUAGE_JAVASCRIPT" : The coding language is JavaScript.

Implementation

core.String? codeLanguage;