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 SourceCommit
Declaration
public FileCommitResponse Commit { get; set; }
Property Value
| Type | Description |
|---|---|
| FileCommitResponse |
Content
Declaration
public object Content { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Verification
Declaration
public PayloadCommitVerification Verification { get; set; }
Property Value
| Type | Description |
|---|---|
| PayloadCommitVerification |