Edit

GitPullRequestSearchCriteria.CreatorId Property

Definition

If set, search for pull requests that were created by this identity.

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

Property Value

Attributes

Applies to