SimulationApplicationRenderingEngineArgs

data class SimulationApplicationRenderingEngineArgs(val name: Output<SimulationApplicationRenderingEngineName>, val version: Output<String>) : ConvertibleToJava<SimulationApplicationRenderingEngineArgs>

Information about a rendering engine.

Constructors

Functions

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

Properties

Link copied to clipboard

The name of the rendering engine.

Link copied to clipboard
val version: Output<String>

The version of the rendering engine.