GetStorageItemsReturn

@Serializable
data class GetStorageItemsReturn(val data: Map<String, JsonElement>)

Constructors

Link copied to clipboard
constructor(data: Map<String, JsonElement>)

Properties

Link copied to clipboard
val data: Map<String, JsonElement>