runtimeVersions property

Map<String, String>? runtimeVersions
getter/setter pair

A collection of names and their versions of the primary languages, frameworks or runtimes that the application is running on

Implementation

Map<String, String>? runtimeVersions;