Search Results for

    Show / Hide Table of Contents

    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 Source

    Page

    Declaration
    public long? Page { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Sha

    Declaration
    public string Sha { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Total_count

    Declaration
    public long? Total_count { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Tree

    Declaration
    public ICollection<GitEntry> Tree { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<GitEntry>
    | Improve this Doc View Source

    Truncated

    Declaration
    public bool? Truncated { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH