chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.target
/
GetTargetsResponse
Get
Targets
Response
@
Serializable
data
class
GetTargetsResponse
(
val
targetInfos
:
List
<
TargetInfo
>
)
(
source
)
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.