kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Page
/
AddCompilationCacheParameter
Add
Compilation
Cache
Parameter
@
Serializable
data
class
AddCompilationCacheParameter
(
val
url
:
String
,
val
data
:
String
)
Members
Constructors
Add
Compilation
Cache
Parameter
Link copied to clipboard
constructor
(
url
:
String
,
data
:
String
)
Properties
data
Link copied to clipboard
val
data
:
String
Base64-encoded data (Encoded as a base64 string when passed over JSON)
url
Link copied to clipboard
val
url
:
String