TeamMemberInfoV2
public class TeamMemberInfoV2 : CustomStringConvertible, JSONRepresentable
Information about a team member.
-
Profile of a user as a member of a team.
Declaration
Swift
public let profile: Team.TeamMemberProfile
-
The user’s roles in the team.
Declaration
Swift
public let roles: [Team.TeamMemberRole]?
-
Declaration
Swift
public var description: String { get }