Table of Contents

Class PusherInfo

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

Pusher information (who pushed the commit).

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

Properties

Email

Email of the user who pushed.

[JsonPropertyName("email")]
public string? Email { get; init; }

Property Value

string

Name

Name of the user who pushed.

[JsonPropertyName("name")]
public string Name { get; init; }

Property Value

string