Table of Contents

Constructor CommitInfo

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CommitInfo(JsonElement?)

Represents information about a commit, encapsulated in a JSON element.

public CommitInfo(JsonElement? element)

Parameters

element JsonElement?

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()