toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.target
/
GetTargetsResponse
Get
Targets
Response
@
Serializable
data
class
GetTargetsResponse
(
val
targetInfos
:
List
<
TargetInfo
>
)
Response type for the
TargetDomain.getTargets
command.
Members
Constructors
Get
Targets
Response
Link copied to clipboard
constructor
(
targetInfos
:
List
<
TargetInfo
>
)
Properties
target
Infos
Link copied to clipboard
val
targetInfos
:
List
<
TargetInfo
>
The list of targets.