ProxyCommandRegistrySnapshot

data class ProxyCommandRegistrySnapshot(val senderId: String, val issuedAtMillis: Long, val ttlMillis: Long, val nonce: ByteArray, val commands: List<ProxyCommandDescriptor>)

Constructors

Link copied to clipboard
constructor(senderId: String, issuedAtMillis: Long, ttlMillis: Long, nonce: ByteArray, commands: List<ProxyCommandDescriptor>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard