SupportedRuntimeVersion interface  
Supported deployment runtime version descriptor.
Properties
| platform | The platform of this runtime version (possible values: "Java" or ".NET"). | 
| value | The raw value which could be passed to deployment CRUD operations. | 
| version | The detailed version (major.minor) of the platform. | 
Property Details
platform
The platform of this runtime version (possible values: "Java" or ".NET").
platform?: stringProperty Value
string
value
The raw value which could be passed to deployment CRUD operations.
value?: stringProperty Value
string
version
The detailed version (major.minor) of the platform.
version?: stringProperty Value
string