simulation
suspend fun simulation(name: String, block: suspend SimulationResourceBuilder.() -> Unit): Simulation
Parameters
name
The unique name of the resulting resource.
block
Builder for Simulation.
See also
Parameters
name
The unique name of the resulting resource.