PaperDocPermissionLevel
public enum PaperDocPermissionLevel : CustomStringConvertible, JSONRepresentable
The PaperDocPermissionLevel union
-
User will be granted edit permissions.
Declaration
Swift
case edit
-
User will be granted view and comment permissions.
Declaration
Swift
case viewAndComment
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }