chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.domsnapshot
/
RareIntegerData
Rare
Integer
Data
@
Serializable
data
class
RareIntegerData
(
val
index
:
List
<
Int
>
,
val
value
:
List
<
Int
>
)
(
source
)
Official doc
Members
Constructors
Rare
Integer
Data
Link copied to clipboard
constructor
(
index
:
List
<
Int
>
,
value
:
List
<
Int
>
)
Properties
index
Link copied to clipboard
val
index
:
List
<
Int
>
value
Link copied to clipboard
val
value
:
List
<
Int
>