GroupRole
public enum GroupRole : BoxEnum
Specifies role of the user within a Group.
-
Default permission for a user in a Group.
Declaration
Swift
case member
-
The admin of the Group.
Declaration
Swift
case admin
-
A custom object type for defining access that is not yet implemented
Declaration
Swift
case customValue(String)
-
Creates a new value
Declaration
Swift
public init(_ value: String)
Parameters
value
String representation of an GroupRole rawValue
-
Returns string representation of type that can be used in a request.
Declaration
Swift
public var description: String { get }