GroupMemberInfo
open class GroupMemberInfo : CustomStringConvertible
Profile of group member, and role in group.
-
Profile of group member.
Declaration
Swift
public let profile: Team.MemberProfile
-
The role that the user has in the group.
Declaration
Swift
public let accessType: Team.GroupAccessType
-
Declaration
Swift
open var description: String { get }