Class PusherInfo
Pusher information (who pushed the commit).
public record PusherInfo : IEquatable<PusherInfo>
- Inheritance
-
PusherInfo
- Implements
- Inherited Members
Properties
Email of the user who pushed.
[JsonPropertyName("email")]
public string? Email { get; init; }
Property Value
Name
Name of the user who pushed.
[JsonPropertyName("name")]
public string Name { get; init; }