Table of Contents

Class PullRequestBase

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

Pull request base (target) branch info.

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

Properties

Ref

Branch name of the base (target) branch.

[JsonPropertyName("ref")]
public string Ref { get; init; }

Property Value

string

Sha

Commit SHA at the base of the target branch.

[JsonPropertyName("sha")]
public string Sha { get; init; }

Property Value

string