PullRequest.PullRequestAssignees Property

Definition

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

Applies to