Class GitTreeResponse
GitTreeResponse returns a git tree
Inheritance
System.Object
GitTreeResponse
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 GitTreeResponse
Properties
| Improve this Doc View SourcePage
Declaration
public long? Page { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Sha
Declaration
public string Sha { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Total_count
Declaration
public long? Total_count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Tree
Declaration
public ICollection<GitEntry> Tree { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<GitEntry> |
Truncated
Declaration
public bool? Truncated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |