Show / Hide Table of Contents

Class ConflictMergeCheck

The status of the merge conflict.

Inheritance
object
MergeCheck
ConflictMergeCheck
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 ConflictMergeCheck : MergeCheck

Properties

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ConflictMergeCheck.StatusEnum? Status { get; set; }
Property Value
Type Description
ConflictMergeCheck.StatusEnum?

The status of the conflict.

In this article
Back to top