PullRequest.PullRequestDeletionsCount Property

Definition

The number of deletions in this pull request.

[System.Text.Json.Serialization.JsonPropertyName("deletions")]
public int? PullRequestDeletionsCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("deletions")>]
member this.PullRequestDeletionsCount : Nullable<int> with get, set
Public Property PullRequestDeletionsCount As Nullable(Of Integer)

Property Value

Attributes

Applies to