UserOnPaperDocFilter

public enum UserOnPaperDocFilter : CustomStringConvertible, JSONRepresentable

The UserOnPaperDocFilter union

  • all users who have visited the Paper doc.

    Declaration

    Swift

    case visited
  • All uses who are shared on the Paper doc. This includes all users who have visited the Paper doc as well as those who have not.

    Declaration

    Swift

    case shared
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }