RepositoryDetails.PushedAt Property

Definition

When the repository was last pushed to.

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

Property Value

Attributes

Applies to