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 }
View on GitHub
LicenseType Enumeration Reference