PullRequest.PullRequestRequestedReviewers 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 Users assigned to this pull request.
[System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.GitHub.Models.UserDetailsModel> PullRequestRequestedReviewers { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")>]
member this.PullRequestRequestedReviewers : System.Collections.Generic.List<Azure.Connectors.Sdk.GitHub.Models.UserDetailsModel> with get, set
Public Property PullRequestRequestedReviewers As List(Of UserDetailsModel)
Property Value
- Attributes