SnapshotResponse

data class SnapshotResponse(val snapshotId: String? = null, val timestamp: Long? = null)

Represents a snapshot response configuration.

Constructors

Link copied to clipboard
constructor(snapshotId: String? = null, timestamp: Long? = null)

Properties

Link copied to clipboard
val snapshotId: String? = null

The ID of the snapshot. Default is null.

Link copied to clipboard
val timestamp: Long? = null

The timestamp of the snapshot. Default is null.