RepositoryMiniDetails.RepositoryUpdatedAt Property

Definition

the date and time when the repository was last updated.

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

Property Value

Attributes

Applies to