LicenseType
public enum LicenseType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case aws = "AWS"
-
Undocumented
Declaration
Swift
case byol = "BYOL"
-
Declaration
Swift
public var description: String { get }