Class GitHubUtils.CommitInfo
Represents information about a commit in a version control system.
public class GitHubUtils.CommitInfo
- Inheritance
-
GitHubUtils.CommitInfo
Remarks
This class provides basic details about a commit, including its SHA identifier and commit message.
Constructors
- CommitInfo()
Initializes a new instance of the GitHubUtils.CommitInfo class.
- CommitInfo(JsonElement?)
Represents information about a commit, encapsulated in a JSON element.
Properties
- Element
Gets or sets the JSON element associated with this instance.
- ErrorMessage
Gets or sets the error message associated with the current operation or state.
- IsError
Gets a value indicating whether the current state represents an error.
- Message
Gets the message associated with the commit.
- Sha
Gets the SHA-1 hash value.