PullRequest.PullRequestUpdatedAt Property

Definition

The date and time when the pull request was last updated.

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

Property Value

Attributes

Applies to