Edit

GitPullRequestSearchCriteria.ReviewerId Property

Definition

If set, search for pull requests that have this identity as a reviewer.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="reviewerId")]
public Nullable<Guid> ReviewerId { get; set; }
member this.ReviewerId : Nullable<Guid> with get, set
Public Property ReviewerId As Nullable(Of Guid)

Property Value

Attributes

Applies to