PullRequest.PullRequestCreatedAt Property

Definition

The date and time when the pull request was created.

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

Property Value

Attributes

Applies to