RoleType
public enum RoleType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case viewer = "VIEWER" -
Undocumented
Declaration
Swift
case contributor = "CONTRIBUTOR" -
Undocumented
Declaration
Swift
case owner = "OWNER" -
Undocumented
Declaration
Swift
case coowner = "COOWNER" -
Declaration
Swift
public var description: String { get }
View on GitHub
RoleType Enumeration Reference