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