ListRevisionsMode

public enum ListRevisionsMode : CustomStringConvertible, JSONRepresentable

The ListRevisionsMode union

  • Returns revisions with the same file path as identified by the latest file entry at the given file path or id.

    Declaration

    Swift

    case path
  • id

    Returns revisions with the same file id as identified by the latest file entry at the given file path or id.

    Declaration

    Swift

    case id
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }