Constructor CommitInfo
CommitInfo(JsonElement?)
Represents information about a commit, encapsulated in a JSON element.
public CommitInfo(JsonElement? element)
Parameters
elementJsonElement?The JSON element containing commit information. Can be null if no data is available.
CommitInfo()
Initializes a new instance of the GitHubUtils.CommitInfo class.
public CommitInfo()