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