DomainAvailability

public enum DomainAvailability : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case available = "AVAILABLE"
  • Undocumented

    Declaration

    Swift

    case availableReserved = "AVAILABLE_RESERVED"
  • Undocumented

    Declaration

    Swift

    case availablePreorder = "AVAILABLE_PREORDER"
  • Undocumented

    Declaration

    Swift

    case unavailable = "UNAVAILABLE"
  • Undocumented

    Declaration

    Swift

    case unavailablePremium = "UNAVAILABLE_PREMIUM"
  • Undocumented

    Declaration

    Swift

    case unavailableRestricted = "UNAVAILABLE_RESTRICTED"
  • Undocumented

    Declaration

    Swift

    case reserved = "RESERVED"
  • Undocumented

    Declaration

    Swift

    case dontKnow = "DONT_KNOW"
  • Declaration

    Swift

    public var description: String { get }