GroupMemberInfo
public class GroupMemberInfo : CustomStringConvertible, JSONRepresentable
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
public var description: String { get }
View on GitHub
GroupMemberInfo Class Reference