kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOMSnapshot
/
NameValue
Name
Value
@
Serializable
data
class
NameValue
(
val
name
:
String
,
val
value
:
String
)
A name/value pair.
Members
Constructors
Name
Value
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
Attribute/property name.
value
Link copied to clipboard
val
value
:
String
Attribute/property value.