Search Results for

    Show / Hide Table of Contents

    Class FileDeleteResponse

    FileDeleteResponse contains information about a repo's file that was deleted

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

    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 object Content { get; set; }
    Property Value
    Type Description
    System.Object
    | 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