chrome-devtools-kotlin
Toggle table of contents
8.3.0-1589152
common
Target filter
common
Switch theme
Search in API
Skip to content
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.target
/
GetTargetInfoResponse
Get
Target
Info
Response
@
Serializable
data
class
GetTargetInfoResponse
(
val
targetInfo
:
TargetInfo
)
Response type for the
TargetDomain.getTargetInfo
command.
Members
Constructors
Get
Target
Info
Response
Link copied to clipboard
constructor
(
targetInfo
:
TargetInfo
)
Properties
target
Info
Link copied to clipboard
val
targetInfo
:
TargetInfo
(undocumented in the protocol definition)