Runtime
public enum Runtime : String, CustomStringConvertible, CodableUndocumented
- 
                  
                  Undocumented DeclarationSwift case nodejs = "nodejs"
- 
                  
                  Undocumented DeclarationSwift case nodejs43 = "nodejs4.3"
- 
                  
                  Undocumented DeclarationSwift case nodejs610 = "nodejs6.10"
- 
                  
                  Undocumented DeclarationSwift case nodejs810 = "nodejs8.10"
- 
                  
                  Undocumented DeclarationSwift case nodejs10X = "nodejs10.x"
- 
                  
                  Undocumented DeclarationSwift case nodejs12X = "nodejs12.x"
- 
                  
                  Undocumented DeclarationSwift case java8 = "java8"
- 
                  
                  Undocumented DeclarationSwift case java8Al2 = "java8.al2"
- 
                  
                  Undocumented DeclarationSwift case java11 = "java11"
- 
                  
                  Undocumented DeclarationSwift case python27 = "python2.7"
- 
                  
                  Undocumented DeclarationSwift case python36 = "python3.6"
- 
                  
                  Undocumented DeclarationSwift case python37 = "python3.7"
- 
                  
                  Undocumented DeclarationSwift case python38 = "python3.8"
- 
                  
                  Undocumented DeclarationSwift case dotnetcore10 = "dotnetcore1.0"
- 
                  
                  Undocumented DeclarationSwift case dotnetcore20 = "dotnetcore2.0"
- 
                  
                  Undocumented DeclarationSwift case dotnetcore21 = "dotnetcore2.1"
- 
                  
                  Undocumented DeclarationSwift case dotnetcore31 = "dotnetcore3.1"
- 
                  
                  Undocumented DeclarationSwift case nodejs43Edge = "nodejs4.3-edge"
- 
                  
                  Undocumented DeclarationSwift case go1X = "go1.x"
- 
                  
                  Undocumented DeclarationSwift case ruby25 = "ruby2.5"
- 
                  
                  Undocumented DeclarationSwift case ruby27 = "ruby2.7"
- 
                  
                  Undocumented DeclarationSwift case provided = "provided"
- 
                  
                  Undocumented DeclarationSwift case providedAl2 = "provided.al2"
- 
                  
                  DeclarationSwift public var description: String { get }
 View on GitHub
View on GitHub Runtime Enumeration Reference
        Runtime Enumeration Reference