Class RepoCommit
Inheritance
System.Object
RepoCommit
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 RepoCommit
Properties
| Improve this Doc View SourceAuthor
Declaration
public CommitUser Author { get; set; }
Property Value
| Type | Description |
|---|---|
| CommitUser |
Committer
Declaration
public CommitUser Committer { get; set; }
Property Value
| Type | Description |
|---|---|
| CommitUser |
Message
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tree
Declaration
public CommitMeta Tree { get; set; }
Property Value
| Type | Description |
|---|---|
| CommitMeta |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Verification
Declaration
public PayloadCommitVerification Verification { get; set; }
Property Value
| Type | Description |
|---|---|
| PayloadCommitVerification |