Class PullRequestFileChangeCollection
Result of Pull Request difference.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class PullRequestFileChangeCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PullRequestFileChangeSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<PullRequestFileChangeSummary> | List of objects describing Pull Request differences for changed files. | 
Remarks
Required