CommitComparison.Commits Property

Definition

commits

[System.Text.Json.Serialization.JsonPropertyName("commits")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.GitHub.Models.Commit> Commits { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("commits")>]
member this.Commits : System.Collections.Generic.List<Azure.Connectors.Sdk.GitHub.Models.Commit> with get, set
Public Property Commits As List(Of Commit)

Property Value

Attributes

Applies to