Class PullRequestBase
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
Sha
Commit SHA at the base of the target branch.
[JsonPropertyName("sha")]
public string Sha { get; init; }