PullRequest.PullRequestRequestedTeams Property

Definition

The list of requested teams to this pull request.

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

Property Value

Attributes

Applies to