PullRequest.PullRequestMergedAt Property

Definition

The date and time that the pull request was merged.

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

Property Value

Attributes

Applies to