GetStorageItemsResponse

@Serializable
data class GetStorageItemsResponse(val data: JsonObject)

Response type for the ExtensionsDomain.getStorageItems command.

Constructors

Link copied to clipboard
constructor(data: JsonObject)

Properties

Link copied to clipboard
val data: JsonObject

(undocumented in the protocol definition)