RepositoryDetails.PushedAt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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