Person

public struct Person : Codable, Equatable

Search.Person model

  • id

    Person id, eg. satoshi-nakamoto

    Declaration

    Swift

    public let id: String
  • Person name, eg. Satoshi Nakamoto

    Declaration

    Swift

    public let name: String
  • Number of teams/projects in which this person is involved

    Declaration

    Swift

    public let teamsCount: Int