GetSimulationPlainArgs

data class GetSimulationPlainArgs(val name: String) : ConvertibleToJava<GetSimulationPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the simulation.

Functions

Link copied to clipboard
open override fun toJava(): GetSimulationPlainArgs