TeamMemberInfoV2
open class TeamMemberInfoV2 : CustomStringConvertible
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: Array<Team.TeamMemberRole>?
-
Declaration
Swift
open var description: String { get }