SetStorageItemsRequest

@Serializable
data class SetStorageItemsRequest(val id: String, val storageArea: StorageArea, val values: JsonObject)

Request object containing input parameters for the ExtensionsDomain.setStorageItems command.

Constructors

Link copied to clipboard
constructor(id: String, storageArea: StorageArea, values: JsonObject)

Properties

Link copied to clipboard
val id: String

ID of extension.

Link copied to clipboard

StorageArea to set data in.

Link copied to clipboard
val values: JsonObject

Values to set.