data class GetTargetsResponse
Response type for the TargetDomain.getTargets command.
<init> |
Response type for the TargetDomain.getTargets command. GetTargetsResponse(targetInfos: List<TargetInfo>) |
targetInfos |
The list of targets. val targetInfos: List<TargetInfo> |