Folder
open class Folder : CustomStringConvertible
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
open var description: String { get }