FormulaPropertiesFromVmResponse

data class FormulaPropertiesFromVmResponse(val labVmId: String? = null)

Information about a VM from which a formula is to be created.

Constructors

Link copied to clipboard
constructor(labVmId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val labVmId: String? = null

The identifier of the VM from which a formula is to be created.