Class UserInfo
User information.
public record UserInfo : IEquatable<UserInfo>
- Inheritance
-
UserInfo
- Implements
- Inherited Members
Properties
Id
GitHub's internal ID for the user.
[JsonPropertyName("id")]
public long Id { get; init; }
Property Value
Login
GitHub username.
[JsonPropertyName("login")]
public string Login { get; init; }