GetSharedStorageEntriesResponse

@Serializable
data class GetSharedStorageEntriesResponse(val entries: List<SharedStorageEntry>)

Response type for the StorageDomain.getSharedStorageEntries command.

Constructors

Link copied to clipboard
constructor(entries: List<SharedStorageEntry>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)