Folder
public class Folder : CustomStringConvertible, JSONRepresentable
Data structure representing a Paper folder.
-
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 }
View on GitHub
Folder Class Reference