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