Commit

@Serializable
data class Commit(val ID: String? = null)

Commit holds the Git-commit (SHA1) that a binary was built from, as reported in the version-string of external tools, such as containerd, or runC.

Parameters

ID

Actual commit ID of external tool.

Constructors

Link copied to clipboard
constructor(ID: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "ID")
val ID: String?