GroupAccessType
public enum GroupAccessType : CustomStringConvertible, JSONRepresentable
Role of a user in group.
-
User is a member of the group, but has no special permissions.
Declaration
Swift
case member
-
User can rename the group, and add/remove members.
Declaration
Swift
case owner
-
Declaration
Swift
public var description: String { get }