Class PullRequestCollection
Results of a Pull Request search. Contains both PullRequestSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class PullRequestCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PullRequestSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<PullRequestSummary> | List of Pull Requests. | 
Remarks
Required