Repesents a PaaS environemnt to run an component
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | human readable name | |
| language | LanguageEnum | the specific runtime language | |
| languageVersion | Double | language version number | [optional] |
| runtimeType | RuntimeTypeEnum | specifies the runtime type | |
| version | Double | the version of the specified type | |
| id | String | Unique identifier for the hardwareRuntime | [optional] |
| Name | Value |
|---|---|
| PHP | "PHP" |
| JAVA | "JAVA" |
| RUBY | "RUBY" |
| PYTHON | "PYTHON" |
| Name | Value |
|---|---|
| STANDALONE | "standalone" |
| SERVER | "server" |