chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.indexeddb
/
DataEntry
Data
Entry
@
Serializable
data
class
DataEntry
(
val
key
:
RemoteObject
,
val
primaryKey
:
RemoteObject
,
val
value
:
RemoteObject
)
(
source
)
Data entry.
Official doc
Members
Constructors
Data
Entry
Link copied to clipboard
constructor
(
key
:
RemoteObject
,
primaryKey
:
RemoteObject
,
value
:
RemoteObject
)
Properties
key
Link copied to clipboard
val
key
:
RemoteObject
Key object.
primary
Key
Link copied to clipboard
val
primaryKey
:
RemoteObject
Primary key object.
value
Link copied to clipboard
val
value
:
RemoteObject
Value object.