IdentityResponse

data class IdentityResponse(val revision: Int, val updateId: String)

The unique identifier of the update.

Constructors

Link copied to clipboard
fun IdentityResponse(revision: Int, updateId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The revision number of the update.

Link copied to clipboard

The revision independent identifier of the update.