LinkState

public enum LinkState : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case pending = "PENDING"
  • Undocumented

    Declaration

    Swift

    case available = "AVAILABLE"
  • Undocumented

    Declaration

    Swift

    case deleting = "DELETING"
  • Undocumented

    Declaration

    Swift

    case updating = "UPDATING"
  • Declaration

    Swift

    public var description: String { get }