PullRequest.PullRequestLabels Property

Definition

The list of labels associated with the pull request.

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

Property Value

Attributes

Applies to