Folder

public class Folder : CustomStringConvertible, JSONRepresentable

Data structure representing a Paper folder.

  • id

    Paper folder ID. This ID uniquely identifies the folder.

    Declaration

    Swift

    public let id: String
  • Paper folder name.

    Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public var description: String { get }