PersonInfo
public class PersonInfo
Information about a person
-
The person id of that person
Declaration
Swift
public let id: String
-
The displayed name of the person
Declaration
Swift
public let displayName: String