kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Storage
/
CacheStorageListUpdatedParameter
Cache
Storage
List
Updated
Parameter
@
Serializable
data
class
CacheStorageListUpdatedParameter
(
val
origin
:
String
,
val
storageKey
:
String
,
val
bucketId
:
String
)
A cache has been added/deleted.
Members
Constructors
Cache
Storage
List
Updated
Parameter
Link copied to clipboard
constructor
(
origin
:
String
,
storageKey
:
String
,
bucketId
:
String
)
Properties
bucket
Id
Link copied to clipboard
val
bucketId
:
String
Storage bucket to update.
origin
Link copied to clipboard
val
origin
:
String
Origin to update.
storage
Key
Link copied to clipboard
val
storageKey
:
String
Storage key to update.