ServerType
public enum ServerType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case virtualMachine = "VIRTUAL_MACHINE" -
Declaration
Swift
public var description: String { get }
View on GitHub
ServerType Enumeration Reference