Show / Hide Table of Contents

Class RepositoryBranch

Branch related information.

Inheritance
object
RepositoryRef
RepositoryBranch
Inherited Members
RepositoryRef.RefName
RepositoryRef.FullRefName
RepositoryRef.RepositoryId
RepositoryRef.FreeformTags
RepositoryRef.DefinedTags
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 RepositoryBranch : RepositoryRef

Properties

CommitId

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

Commit ID pointed to by the new branch.

Remarks

Required

In this article
Back to top