FleetType
public enum FleetType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case alwaysOn = "ALWAYS_ON"
-
Undocumented
Declaration
Swift
case onDemand = "ON_DEMAND"
-
Declaration
Swift
public var description: String { get }