PersonInfo

public class PersonInfo
extension PersonInfo: Equatable

Information about a person

  • id

    The person id of that person

    Declaration

    Swift

    public let id: String
  • The displayed name of the person

    Declaration

    Swift

    public let displayName: String
  • Declaration

    Swift

    public static func == (lhs: PersonInfo, rhs: PersonInfo) -> Bool
  • Declaration

    Swift

    public func isEmpty() -> Bool