GetTargetsResponse

@Serializable
data class GetTargetsResponse(val targetInfos: List<TargetInfo>)

Response type for the TargetDomain.getTargets command.

Constructors

Link copied to clipboard
constructor(targetInfos: List<TargetInfo>)

Properties

Link copied to clipboard

The list of targets.