Snapshot

data class Snapshot(val id: String, val buildId: String, var binaryVersion: String, var lastUsed: Long)

A class representing

Constructors

Link copied to clipboard
fun Snapshot(id: String, buildId: String, binaryVersion: String, lastUsed: Long)

Properties

Link copied to clipboard

the binary version the snapshot is associated with

Link copied to clipboard

the build ID for the app snapshot

Link copied to clipboard
val id: String

the ID of the app snapshot

Link copied to clipboard

the timestamp the snapshot was last used