LicenseType

public enum LicenseType : String, CustomStringConvertible, Codable

Undocumented

  • aws

    Undocumented

    Declaration

    Swift

    case aws = "AWS"
  • Undocumented

    Declaration

    Swift

    case byol = "BYOL"
  • Declaration

    Swift

    public var description: String { get }