Class Branch
Branch represents a repository branch
Inheritance
System.Object
Branch
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class Branch
Properties
| Improve this Doc View SourceCommit
Declaration
public PayloadCommit Commit { get; set; }
Property Value
| Type | Description |
|---|---|
| PayloadCommit |
Effective_branch_protection_name
Declaration
public string Effective_branch_protection_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Enable_status_check
Declaration
public bool? Enable_status_check { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Protected
Declaration
public bool? Protected { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Required_approvals
Declaration
public long? Required_approvals { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Status_check_contexts
Declaration
public ICollection<string> Status_check_contexts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |
User_can_merge
Declaration
public bool? User_can_merge { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
User_can_push
Declaration
public bool? User_can_push { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |