Table of Contents

Class UserInfo

Namespace
Ando.Server.GitHub
Assembly
Ando.Server.dll

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

long

Login

GitHub username.

[JsonPropertyName("login")]
public string Login { get; init; }

Property Value

string