kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Storage
/
SharedStorageEntry
Shared
Storage
Entry
@
Serializable
data
class
SharedStorageEntry
(
val
key
:
String
,
val
value
:
String
)
Struct for a single key-value pair in an origin's shared storage.
Members
Constructors
Shared
Storage
Entry
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String
value
Link copied to clipboard
val
value
:
String