PaperDefaultFolderPolicy
public enum PaperDefaultFolderPolicy : CustomStringConvertible, JSONRepresentable
Policy to set default access for newly created Paper folders.
-
An unspecified error.
Declaration
Swift
case everyoneInTeam
-
An unspecified error.
Declaration
Swift
case inviteOnly
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }