Search Results for

    Show / Hide Table of Contents

    Class FileResponse

    FileResponse contains information about a repo's file

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

    Properties

    | Improve this Doc View Source

    Commit

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

    Content

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

    Verification

    Declaration
    public PayloadCommitVerification Verification { get; set; }
    Property Value
    Type Description
    PayloadCommitVerification
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH