PullRequest.PullRequestClosedAt Property

Definition

The date and time when the pull request was closed.

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

Property Value

Attributes

Applies to