chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.storage
/
StorageBucket
Storage
Bucket
@
Serializable
data
class
StorageBucket
(
val
storageKey
:
SerializedStorageKey
,
val
name
:
String
?
=
null
)
(
source
)
Official doc
Members
Constructors
Storage
Bucket
Link copied to clipboard
constructor
(
storageKey
:
SerializedStorageKey
,
name
:
String
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
If not specified, it is the default bucket of the storageKey.
storage
Key
Link copied to clipboard
val
storageKey
:
SerializedStorageKey