JsonVersionMessage

data class JsonVersionMessage(name: String?, version: String?, branch: String?, commit: String?) : SignaldResponseBodyV1

Properties

Link copied to clipboard
val branch: String? = null

Example: "main"

Link copied to clipboard
val commit: String? = null

Example: "1583b4dfeaeec08bc34653ee55bf66731a2c6f75"

Link copied to clipboard
val name: String? = null

Example: "signald"

Link copied to clipboard
val version: String? = null

Example: "0.23.2-7-1583b4df"