kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Extensions
/
RemoveStorageItemsParameter
Remove
Storage
Items
Parameter
@
Serializable
data
class
RemoveStorageItemsParameter
(
val
id
:
String
,
val
storageArea
:
Extensions.StorageArea
,
val
keys
:
List
<
String
>
)
Members
Constructors
Remove
Storage
Items
Parameter
Link copied to clipboard
constructor
(
id
:
String
,
storageArea
:
Extensions.StorageArea
,
keys
:
List
<
String
>
)
Properties
id
Link copied to clipboard
val
id
:
String
ID of extension.
keys
Link copied to clipboard
val
keys
:
List
<
String
>
Keys to remove.
storage
Area
Link copied to clipboard
val
storageArea
:
Extensions.StorageArea
StorageArea to remove data from.