Search Results for

    Show / Hide Table of Contents

    Class FilesResponse

    FilesResponse contains information about multiple files from a repo

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

    Properties

    | Improve this Doc View Source

    Commit

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

    Files

    Declaration
    public ICollection<ContentsResponse> Files { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<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