Search Results for

    Show / Hide Table of Contents

    Class ContentsResponse

    ContentsResponse contains information about a repo's entry's (dir, file, symlink, submodule) metadata and content

    Inheritance
    System.Object
    ContentsResponse
    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 ContentsResponse

    Properties

    | Improve this Doc View Source

    _links

    Declaration
    public FileLinksResponse _links { get; set; }
    Property Value
    Type Description
    FileLinksResponse
    | Improve this Doc View Source

    Content

    content is populated when type is file, otherwise null

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

    Download_url

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

    Encoding

    encoding is populated when type is file, otherwise null

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

    Git_url

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

    Html_url

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

    Last_commit_sha

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

    Name

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

    Path

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

    Sha

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

    Size

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

    Submodule_git_url

    submodule_git_url is populated when type is submodule, otherwise null

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

    Target

    target is populated when type is symlink, otherwise null

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

    Type

    type will be file, dir, symlink, or submodule

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    | 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