PullRequest.PullRequestRequestedTeams 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.
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