Class PRBranchInfo
PRBranchInfo information about a branch
Inheritance
System.Object
PRBranchInfo
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 PRBranchInfo
Properties
| Improve this Doc View SourceLabel
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ref
Declaration
public string Ref { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Repo
Declaration
public Repository Repo { get; set; }
Property Value
| Type | Description |
|---|---|
| Repository |
Repo_id
Declaration
public long? Repo_id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Sha
Declaration
public string Sha { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |