GetTargetInfoRequest

@Serializable
data class GetTargetInfoRequest(val targetId: TargetID? = null)

Request object containing input parameters for the TargetDomain.getTargetInfo command.

Constructors

Link copied to clipboard
constructor(targetId: TargetID? = null)

Types

Link copied to clipboard
class Builder

A builder for GetTargetInfoRequest, which allows setting the optional parameters of the TargetDomain.getTargetInfo command via a lambda.

Properties

Link copied to clipboard
val targetId: TargetID? = null

(undocumented in the protocol definition)