Show / Hide Table of Contents

Class DeleteProtectedBranchDetails

Information to delete a protected branch

Inheritance
object
DeleteProtectedBranchDetails
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 DeleteProtectedBranchDetails

Properties

BranchName

Declaration
[Required(ErrorMessage = "BranchName is required.")]
[JsonProperty(PropertyName = "branchName")]
public string BranchName { get; set; }
Property Value
Type Description
string

Name of a protected branch.

Remarks

Required

In this article
Back to top