TeamMemberInfo
public class TeamMemberInfo : CustomStringConvertible, JSONRepresentable
Information about a team member.
-
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 }
View on GitHub
TeamMemberInfo Class Reference