TeamMemberInfo

public class TeamMemberInfo : CustomStringConvertible, JSONRepresentable

Information about a team member.

  • Information about the member’s team.

    Declaration

    Swift

    public let teamInfo: Users.Team
  • The display name of the user.

    Declaration

    Swift

    public let displayName: String
  • ID of user as a member of a team. This field will only be present if the member is in the same team as current user.

    Declaration

    Swift

    public let memberId: String?
  • Declaration

    Swift

    public var description: String { get }