Table of Contents

Class OwnerInfo

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

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

long

Login

GitHub username or organization name.

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

Property Value

string