Class RepositoryBranchSummary
Branch related information.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class RepositoryBranchSummary : RepositoryRefSummary
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