Class PatchPullRequestDetails
Pull request details to patch
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class PatchPullRequestDetails
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<PatchInstruction> Items { get; set; }
Property Value
Type | Description |
---|---|
List<PatchInstruction> | List of patch instructions |