DeleteSharedStorageEntryRequest

@Serializable
data class DeleteSharedStorageEntryRequest(val ownerOrigin: String, val key: String)

Request object containing input parameters for the StorageDomain.deleteSharedStorageEntry command.

Constructors

Link copied to clipboard
constructor(ownerOrigin: String, key: String)

Properties

Link copied to clipboard
val key: String

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)