Table of Contents

Class InstallationInfo

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

GitHub App installation information.

public record InstallationInfo : IEquatable<InstallationInfo>
Inheritance
InstallationInfo
Implements
Inherited Members

Properties

Id

GitHub App installation ID.

[JsonPropertyName("id")]
public long Id { get; init; }

Property Value

long