TeamMemberInfo
open class TeamMemberInfo : CustomStringConvertible
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
open var description: String { get }