LinkExpiry

public enum LinkExpiry : CustomStringConvertible, JSONRepresentable

The LinkExpiry union

  • Remove the currently set expiry for the link.

    Declaration

    Swift

    case removeExpiry
  • Set a new expiry or change an existing expiry.

    Declaration

    Swift

    case setExpiry(Date)
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }