PullRequest.PullRequestChangedFilesCount Property

Definition

The number of changed files in this pull request.

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

Property Value

Attributes

Applies to