Show / Hide Table of Contents

Class PatchPullRequestDetails

Pull request details to patch

Inheritance
object
PatchPullRequestDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top