AgentDownloadMeasurementCommand

data class AgentDownloadMeasurementCommand(val source: String, val target: String, val uniqueId: String? = null) : AgentCommand

Fetch a measurement.

Constructors

Link copied to clipboard
constructor(source: String, target: String, uniqueId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uniqueId: String? = null